Skip to content

Instantly share code, notes, and snippets.

@shinriyo
Last active December 28, 2015 13:59
Show Gist options
  • Save shinriyo/7511509 to your computer and use it in GitHub Desktop.
Save shinriyo/7511509 to your computer and use it in GitHub Desktop.
Podfileの記載
#added in P190
platform :ios, '5.0'
pod 'DCIntrospect'
pod 'GHUnitIOS'
pod 'BlocksKit'
pod 'Underscore.m'
pod 'AQGridView'
pod 'JASidePanels'
pod 'QuickDialog'
pod 'OCCalendar'
pod 'SDWebImage'
pod 'SVProgressHUD'
pod 'Reachability'
#pod 'AFNetworking'
pod 'AFNetworking', '1.3.1'
pod 'MagicalRecord'
pod 'NoticeView'
pod 'ELCImagePickerController', '0.1.3'
#added in P203
pod 'LUKeychainAccess'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment