Cosmo / TinyConsole

📱💬🚦 TinyConsole is a micro-console that can help you log and display information inside an iOS application, where having a connection to a development computer is not possible.
MIT License
1.96k stars 89 forks source link

iOS 8 support #15

Closed lianweiqin closed 7 years ago

lianweiqin commented 7 years ago

I noticed that iOS 8 is supported now, but in the .podspec file :

s.ios.deployment_target = '9.0'

is still 9.0...

Please update the CocoaPod repo, THX : )

mRs- commented 7 years ago

opened https://github.com/Cosmo/TinyConsole/pull/18 for it

mRs- commented 7 years ago

@Cosmo you must take the next action to publish it via cocoapods

Cosmo commented 7 years ago

It's fixed now and released as 1.3.2. Thanks!