使用旧iOS版本的Cocoapods上的框架

时间:2015-09-18 06:56:23

标签: ios xcode frameworks cocoapods

当我运行 pod install Cocoapods Frameworks指的是iOS 8.3时,我找不到将它们更改为iOS 9的方法

- 截图
http://1drv.ms/1iTSswC

我目前正在使用Xcode 7.我的Podfile:

platform :ios, '9.0'

#source 'https://github.com/CocoaPods/Specs.git'

# ignore all warnings from all pods
inhibit_all_warnings!

xcodeproj 'Conversa'

link_with 'Conversa', 'ConversaTests'

pod 'AFNetworking', '~> 2.5'
pod 'JSQMessagesViewController', '~> 7.2.0'
pod 'JSQSystemSoundPlayer', '~> 2.0'
pod 'CocoaLumberjack'
pod 'Fabric'
pod 'Crashlytics'
#pod 'UIActionSheet+Blocks'
pod 'UIAlertView-Blocks'
pod 'YapDatabase/SQLCipher'
pod 'JVFloatLabeledTextField'
pod 'CRToast', '~> 0.0.7'
#pod 'Mantle', '~> 1.4'
#pod 'Navajo', '~> 0.0'
pod 'Appirater'
pod 'SIAlertView'
pod 'GCDWebServer', '~> 3.0'

0 个答案:

没有答案