Skip to content

Instantly share code, notes, and snippets.

@orgmir
Last active August 29, 2015 14:10
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 orgmir/907cb2b3ffa2f05b7e3a to your computer and use it in GitHub Desktop.
Save orgmir/907cb2b3ffa2f05b7e3a to your computer and use it in GitHub Desktop.
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, "7.0"
target "MyCoolApp" do
pod 'AFNetworking', '~> 2.4'
pod 'Realm', :git => 'https://github.com/realm/realm-cocoa.git', :tag => 'v0.87.4'
pod 'Facebook-iOS-SDK'
pod 'UIActionSheet+Blocks', '~> 0.8'
pod 'UIAlertView+Blocks', '~> 0.8'
pod 'SSKeychain', '~> 1.2'
pod 'IGFastImage', '~> 1.2'
pod 'SDWebImage', '~> 3.7'
pod 'FrameAccessor', '~> 1.3'
pod 'CHTCollectionViewWaterfallLayout', '~> 0.8'
pod 'TLLayoutTransitioning', '~> 1.0'
pod 'Shimmer', '~> 1.0'
pod 'GPUImage', :git => 'https://github.com/BradLarson/GPUImage.git', :branch => 'master'
pod 'pop', '~> 1.0'
pod 'JazzHands', :git => 'https://github.com/IFTTT/JazzHands.git', :branch => 'master'
pod 'Appirater', '~> 2.0'
pod 'MillennialMediaSDK', '~> 5.2'
pod 'Liquid', :git => 'https://github.com/lqd-io/liquid-sdk-ios.git'
pod 'Adjust', :git => 'git://github.com/adjust/ios_sdk.git', :tag => 'v3.4.0'
pod 'TestFlightSDK', '~> 3.0'
pod 'Parse', '~> 1.4'
pod 'ParseFacebookUtils', '~> 1.5'
pod 'Tweaks', '~> 1.1'
pod 'AngleGradientLayer', '~> 1.2'
pod 'Shapes', '~> 1.0'
pod 'KVOController'
pod 'MHVideoPhotoGallery'
pod 'KGNoise', '~> 1.2'
pod 'Masonry', '~> 0.5'
end
target "MyCoolAppTests" do
end
PODS:
- Adjust (3.4.0)
- AFNetworking (2.5.0):
- AFNetworking/NSURLConnection
- AFNetworking/NSURLSession
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/UIKit
- AFNetworking/NSURLConnection (2.5.0):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/NSURLSession (2.5.0):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/Reachability (2.5.0)
- AFNetworking/Security (2.5.0)
- AFNetworking/Serialization (2.5.0)
- AFNetworking/UIKit (2.5.0):
- AFNetworking/NSURLConnection
- AFNetworking/NSURLSession
- AHEasing (1.2)
- AngleGradientLayer (1.2.1)
- Appirater (2.0.4)
- Bolts (1.1.3)
- CHTCollectionViewWaterfallLayout (0.8)
- Facebook-iOS-SDK (3.20.0):
- Bolts (~> 1.0)
- FrameAccessor (1.3.2)
- GPUImage (0.1.6)
- IGFastImage (1.2.0):
- AFNetworking (>= 2.0.0)
- JazzHands (0.1.0)
- KGNoise (1.2.1)
- KVOController (1.0.3)
- Liquid (1.0.0)
- Masonry (0.5.3)
- MHVideoPhotoGallery (1.6.6):
- SDWebImage
- MillennialMediaSDK (5.4.1)
- Parse (1.5.0):
- Bolts (~> 1.1.3)
- ParseFacebookUtils (1.5.0.1):
- Facebook-iOS-SDK (~> 3.20)
- Parse (~> 1.5.0)
- pop (1.0.7)
- Realm:
- Realm/Headers
- Realm/Headers
- SDWebImage (3.7.1):
- SDWebImage/Core
- SDWebImage/Core (3.7.1)
- Shapes (1.0.0)
- Shimmer (1.0.2)
- SSKeychain (1.2.2)
- TestFlightSDK (3.0.2)
- TLLayoutTransitioning (1.0.2):
- AHEasing
- Tweaks (1.1.0)
- UIActionSheet+Blocks (0.8.1)
- UIAlertView+Blocks (0.8.1)
DEPENDENCIES:
- Adjust (from `git://github.com/adjust/ios_sdk.git`, tag `v3.4.0`)
- AFNetworking (~> 2.4)
- AngleGradientLayer (~> 1.2)
- Appirater (~> 2.0)
- CHTCollectionViewWaterfallLayout (~> 0.8)
- Facebook-iOS-SDK
- FrameAccessor (~> 1.3)
- GPUImage (from `https://github.com/BradLarson/GPUImage.git`, branch `master`)
- IGFastImage (~> 1.2)
- JazzHands (from `https://github.com/IFTTT/JazzHands.git`, branch `master`)
- KGNoise (~> 1.2)
- KVOController
- Liquid (from `https://github.com/lqd-io/liquid-sdk-ios.git`)
- Masonry (~> 0.5)
- MHVideoPhotoGallery
- MillennialMediaSDK (~> 5.2)
- Parse (~> 1.4)
- ParseFacebookUtils (~> 1.5)
- pop (~> 1.0)
- Realm (from `https://github.com/realm/realm-cocoa.git`, tag `v0.87.4`)
- SDWebImage (~> 3.7)
- Shapes (~> 1.0)
- Shimmer (~> 1.0)
- SSKeychain (~> 1.2)
- TestFlightSDK (~> 3.0)
- TLLayoutTransitioning (~> 1.0)
- Tweaks (~> 1.1)
- UIActionSheet+Blocks (~> 0.8)
- UIAlertView+Blocks (~> 0.8)
EXTERNAL SOURCES:
Adjust:
:git: git://github.com/adjust/ios_sdk.git
:tag: v3.4.0
GPUImage:
:branch: master
:git: https://github.com/BradLarson/GPUImage.git
JazzHands:
:branch: master
:git: https://github.com/IFTTT/JazzHands.git
Liquid:
:git: https://github.com/lqd-io/liquid-sdk-ios.git
Realm:
:git: https://github.com/realm/realm-cocoa.git
:tag: v0.87.4
SPEC CHECKSUMS:
Adjust: d1420f71ae1d3252681e42198fba39e52a205db0
AFNetworking: 0f54cb5d16ce38c1b76948faffb8d5fb705021c7
AHEasing: ecab36683ef8c3a9a925fb85e892d1335e750f31
AngleGradientLayer: 93110f5d4d2322f7918f62d7811a97876fa9dc8a
Appirater: cbdb7f305562cfde585300bfff86da01ae559deb
Bolts: 3db0a875235e0c9042b013af13af0f00f79b102c
CHTCollectionViewWaterfallLayout: 14b7950cbe45ae9297e7759148d69b022bac047d
Facebook-iOS-SDK: 5854404b4b651f612a8ef79ca06d766858f4cb8e
FrameAccessor: 5eec95b29b5e9a3afe72a7a2e9ed25b000d3bcc3
GPUImage: 7750b6b093f36b7d843cbcdae97ab63cd91b8fe6
IGFastImage: a7dd7a418eb91c00f891610bb197943d352bc18e
JazzHands: 53d56f514352f6f8da930b302d9affd1a87e023d
KGNoise: eaf9fcad1ebb6930e11431caf2ffafdb3c726dd6
KVOController: b1139ef1fc373b6757e4b69493fedd7b56eb1272
Liquid: 27911c7f9fc6deb1bfbe5e63d8c24c8e6ff9e9aa
Masonry: 35368c2ca9577ca87722c12fc52c4bad9b1c1516
MHVideoPhotoGallery: 54062f3b997d1353a43722c56b44022309877fef
MillennialMediaSDK: 2c1015df8127d4603815f33e849a8cbf3647b6ed
Parse: 7de25b6f70f0b233e5d25835f62eabfa91e4f9d7
ParseFacebookUtils: df2c8634a66883326629099af3690f1862fe126d
pop: 2f14a1ea61339767af9e66741b418c831b3844df
Realm: e618caeba3cfa2ca44b243be1367ea551a403658
SDWebImage: 116e88633b5b416ea0ca4b334a4ac59cf72dd38d
Shapes: cbd759fac21edf867ef3f3a688364f0da3b85f5e
Shimmer: 057fcfe9c1c978d69d50b64fce93a61080cd08ec
SSKeychain: cc48bd3ad24fcd9125adb9e0d23dd50b8bbd08b9
TestFlightSDK: 0c24c533748d0d84bfe7a3cb6036fa79124d84ee
TLLayoutTransitioning: 249ac9999322da3d584decf9f20fe3a870bfe964
Tweaks: 05b197d4a1247288f576587546bc1932189d8c98
UIActionSheet+Blocks: c8b9c02f3d08964e8f7a4202f004a639c15eab80
UIAlertView+Blocks: 0b749f1f7bd5131ff2233b30a406c1585a7171b2
COCOAPODS: 0.34.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment