when I try to use cocoapods to install Nimbus i get the following error: [!] Nimbus (1.0.0) is not compatible with iOS 4.3.
I'm not sure where this iOS 4.3 came from.. but here are some more details:
my Podfile content:
platform :ios
pod 'AFNetworking', '0.9.1'
pod 'SSToolkit'
pod 'ConciseKit'
pod 'Nimbus'
when I run pod install
I get:
warning: Insecure world writable dir /usr/local in PATH, mode 040777
warning: Insecure world writable dir /usr/local in PATH, mode 040777
Resolving dependencies of `./Podfile'
Updating spec repositories
Cocoapods 0.17.0.rc1 is available.
Resolving dependencies for target `default' (iOS 4.3)
[!] Nimbus (1.0.0) is not compatible with iOS 4.3.
ideas?