added podfile
This commit is contained in:
parent
6da9544343
commit
7b8444bce0
2 changed files with 41 additions and 0 deletions
17
Podfile
Normal file
17
Podfile
Normal file
|
@ -0,0 +1,17 @@
|
|||
platform :ios, '7.0'
|
||||
|
||||
#GPUImage
|
||||
#DLCImagePickerController
|
||||
#TMQuiltView
|
||||
#ShareKit
|
||||
#TSAlertView
|
||||
#ASIHTTPRequest
|
||||
#iRate
|
||||
#ViewDeck
|
||||
#InAppSettingsKit
|
||||
|
||||
pod 'SBJson', '~> 3.2'
|
||||
pod 'GoogleAnalytics-iOS-SDK', '~> 3.0.3'
|
||||
pod 'SDWebImage','~> 3.5.2'
|
||||
pod 'Reachability','~> 3.1.1'
|
||||
pod "MBProgressHUD", "0.8"
|
24
Podfile.lock
Normal file
24
Podfile.lock
Normal file
|
@ -0,0 +1,24 @@
|
|||
PODS:
|
||||
- GoogleAnalytics-iOS-SDK (3.0.3)
|
||||
- MBProgressHUD (0.8)
|
||||
- Reachability (3.1.1)
|
||||
- SBJson (3.2)
|
||||
- SDWebImage (3.5.2):
|
||||
- SDWebImage/Core
|
||||
- SDWebImage/Core (3.5.2)
|
||||
|
||||
DEPENDENCIES:
|
||||
- GoogleAnalytics-iOS-SDK (~> 3.0.3)
|
||||
- MBProgressHUD (= 0.8)
|
||||
- Reachability (~> 3.1.1)
|
||||
- SBJson (~> 3.2)
|
||||
- SDWebImage (~> 3.5.2)
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
GoogleAnalytics-iOS-SDK: 7b0e55cfe5e70d60478a7b105f15ac71e8bc373e
|
||||
MBProgressHUD: 2bbc6f470111daf7f3eaa4eb12b8cbf01c4c0622
|
||||
Reachability: be4883bb93f31e38266ae3365e5600a317aae735
|
||||
SBJson: abc2bf2baef456d5dae213f9826fe2b6fdf19861
|
||||
SDWebImage: fe7ce01ae4e0a884d168f59c9dd82d35baf8429e
|
||||
|
||||
COCOAPODS: 0.29.0
|
Loading…
Add table
Add a link
Reference in a new issue