[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / f / 3 / Chute-SDK / 2.0.4 / Chute-SDK.podspec.json
blobbea2721eac3861c6fbc850cc69922a98183e894a
2   "name": "Chute-SDK",
3   "version": "2.0.4",
4   "summary": "iOS SDK for developing apps using the Chute Platform.",
5   "homepage": "http://getchute.com",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Aleksandar Kex Trpeski": "kex@getchute.com"
11   },
12   "source": {
13     "git": "https://github.com/chute/Chute-SDK-v2-iOS.git",
14     "tag": "2.0.4"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "Chute-SDK",
22     "Chute-SDK/**/*.{h,m,c}"
23   ],
24   "frameworks": [
25     "AssetsLibrary",
26     "CoreGraphics",
27     "QuartzCore"
28   ],
29   "dependencies": {
30     "AFNetworking": [
31       "~> 1.3.2"
32     ],
33     "DCKeyValueObjectMapping": [
34       "~> 1.4"
35     ],
36     "MBProgressHUD": [
37       "~> 0.7"
38     ],
39     "Lockbox": [
40       "~> 1.4.3"
41     ]
42   }