Created
March 26, 2014 06:23
-
-
Save LoganathanB/9777750 to your computer and use it in GitHub Desktop.
Revisions
-
LoganathanB created this gist
Mar 26, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,29 @@ Install: $sudo gem install cocoapods $pod setup $pod list $pod search AFN In Repo: $touch Podfile $open -e Podfile Podfile: platform:ios pod ‘AFNetworking’, ‘0.9.1’ After saved Podfile: $pod install Note: open xcworkspace Adding Extra pods: Add extra line in the Podfile- pod ‘SSToolkit’ pod ‘ConciseKit’ After saved the Podfile $pod install TRY: pod try BLCategory