Tag: CocoaPods
gem install cocoapods
rbenv rehash
pod setup
# Uncomment this line to define a global platform for your project # platform :ios, '9.0' target 'swift-ios-fmdb-demo' do # Comment this line if you're not using Swift and don't want to use dynamic frameworks use_frameworks! # Pods for swift-ios-fmdb-demo end
pod install
pod update
pod 'ActionSheetPicker3', :podspec => './ActionSheetPicker3.podspec'
# Uncomment this line to define a global platform for your project # platform :ios, '8.0' # Uncomment this line if you're using Swift use_frameworks! target 'demo' do pod 'KeychainAccess' end target 'demoTests' do end target 'demoUITests' do