Swift 3 with IOS 9.0 Deployment Target
Closed this issue · 0 comments
ibrahimyilmaz7 commented
platform :ios, "9.0"
use_frameworks!
target 'uygulamacopreview' do
pod 'ActionButton', '~> 0.1.5' #floating action button
end
when i run command pod install this is what i get:
[!] Unable to satisfy the following requirements:
- ActionButton (~> 0.1.5) required by Podfile
- ActionButton (= 0.1.5) required by Podfile.lock
Specs satisfying the ActionButton (~> 0.1.5), ActionButton (= 0.1.5) dependency were found, but they required a higher minimum deployment target.