diff --git a/Podfile b/Podfile new file mode 100644 index 0000000..0fb1b9e --- /dev/null +++ b/Podfile @@ -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" \ No newline at end of file diff --git a/Podfile.lock b/Podfile.lock new file mode 100644 index 0000000..677bf55 --- /dev/null +++ b/Podfile.lock @@ -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