Wednesday, March 4, 2015

Adding Pods to an Xcode project

 vi podfile

platform :ios, ‘8.1’  -these quartz are wrong…

pod ‘AFNetworking’

:wq

pod install
================================
 platform :ios, '6.0'

pod 'AFNetworking'
pod 'MWPhotoBrowser'


 ================================================


mac:test789 indikasenavirathne$ pod install
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin14/rbconfig.rb:213: warning: Insecure world writable dir /usr/local in PATH, mode 040777
Analyzing dependencies

CocoaPods 0.36.0.rc.1 is available.
To update use: `gem install cocoapods --pre`
[!] This is a test version we'd love you to try.

For more information see http://blog.cocoapods.org
and the CHANGELOG for this version http://git.io/BaH8pQ.

Downloading dependencies
Installing AFNetworking (2.5.1)
Generating Pods project
Integrating client project

[!] From now on use `test789.xcworkspace`.
mac:test789 indikasenavirathne$ pod install
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin14/rbconfig.rb:213: warning: Insecure world writable dir /usr/local in PATH, mode 040777
Analyzing dependencies

CocoaPods 0.36.0.rc.1 is available.
To update use: `gem install cocoapods --pre`
[!] This is a test version we'd love you to try.

For more information see http://blog.cocoapods.org
and the CHANGELOG for this version http://git.io/BaH8pQ.

Downloading dependencies
Using AFNetworking (2.5.1)
Installing DACircularProgress (2.2.0)
Installing MBProgressHUD (0.9)
Installing MWPhotoBrowser (1.4.1)
Installing PSTCollectionView (1.2.3)
Installing SDWebImage (3.7.1)
Generating Pods project
Integrating client project
mac:test789 indikasenavirathne$

No comments:

Post a Comment