Skip to content

Instantly share code, notes, and snippets.

@naokits
Created September 7, 2013 10:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naokits/6474374 to your computer and use it in GitHub Desktop.
Save naokits/6474374 to your computer and use it in GitHub Desktop.
自分用のPodfile
#
# https://github.com/CocoaPods/Specs
#
platform :ios, '6.0'
# デフォルトで導入
pod 'TestFlightSDK', '1.2.6'
pod 'CocoaLumberjack', '1.6.2'
pod 'SVProgressHUD', '0.9'
# pod 'Facebook-iOS-SDK', '~>3.7.0'
# 場合によって使用
pod 'AFNetworking', '1.3.2'
pod 'BlocksKit', '1.8.2'
pod 'JSONKit', '1.4'
# 便利かもしれないOSS
# pod 'EBPurchase', :git => 'https://github.com/ebutterfly/EBPurchase.git'
# pod 'ObjectAL-for-iPhone', '2.2'
# nanaで使用されているOSS
# pod 'RestKit', '0.20.3'
# pod 'SDWebImage', '3.3'
# pod 'HPGrowingTextView', '0.0.1'
# pod 'AAMFeedback', :git => 'https://github.com/azu/AAMFeedback.git'
# iOSデバイスのスクリーンショットを撮る
# http://ksuther.com/2013/02/24/automating-ios-app-store-screenshots/
# http://cocoadays-info.blogspot.com/2013/02/blog-post_26.html
pod 'KSScreenshotManager', :git => 'https://github.com/ksuther/KSScreenshotManager'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment