[Add] TencentCloudCustomer 2.4.0
[CocoaPods.git] / Specs / b / 7 / a / CMUtils / 0.1.1 / CMUtils.podspec.json
blob2ea2a119792f230e5f92e8d7200e9af67096a050
2   "name": "CMUtils",
3   "platforms": {
4     "ios": "7.0"
5   },
6   "version": "0.1.1",
7   "summary": "iOS development class catgories and venders, boost development fastly.",
8   "homepage": "https://github.com/imjerrybao/CMUtils",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Jerry": "imjerrybao@gmail.com"
15   },
16   "source": {
17     "git": "/Users/apple/CMUtils"
18   },
19   "public_header_files": "CMUtils/**/*.h",
20   "source_files": "CMUtils/**/*.{h,m,c}",
21   "ios": {
22     "frameworks": [
23       "UIKit",
24       "Foundation",
25       "MapKit",
26       "ImageIO"
27     ],
28     "vendored_frameworks": "CMUtils/Vendor/WebP.framework"
29   },
30   "requires_arc": true,
31   "resources": "CMUtils/**/*.bundle",
32   "dependencies": {
33     "BlocksKit": [
34       "~> 2.2.5"
35     ],
36     "MBProgressHUD": [
37       "~> 0.9.1"
38     ],
39     "AFNetworking": [
40       "~> 2.5.2"
41     ],
42     "JSONModel": [
43       "~> 1.0.2"
44     ],
45     "FMDB": [
46       "~> 2.5"
47     ],
48     "DACircularProgress": [
50     ],
51     "JKBigInteger": [
52       "~> 0.0.1"
53     ],
54     "PEPhotoCropEditor": [
55       "~> 1.3.1"
56     ],
57     "Masonry": [
58       "~> 0.6.1"
59     ],
60     "pop": [
61       "~> 1.0"
62     ]
63   }