[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / b / 7 / a / CMUtils / 0.1.6 / CMUtils.podspec.json
blobe5623a0a5b6e19eb89d4a38af34f494c7e079f7a
2   "name": "CMUtils",
3   "platforms": {
4     "ios": "7.0"
5   },
6   "version": "0.1.6",
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": "https://github.com/imjerrybao/CMUtils.git",
18     "tag": "0.1.6"
19   },
20   "public_header_files": "CMUtils/**/*.h",
21   "source_files": "CMUtils/**/*.{h,m,c}",
22   "ios": {
23     "frameworks": [
24       "UIKit",
25       "Foundation",
26       "MapKit",
27       "ImageIO"
28     ],
29     "vendored_frameworks": "CMUtils/Vendor/WebP.framework"
30   },
31   "requires_arc": true,
32   "resources": "CMUtils/**/*.bundle",
33   "dependencies": {
34     "BlocksKit": [
35       "~> 2.2.5"
36     ],
37     "MBProgressHUD": [
38       "~> 0.9.1"
39     ],
40     "AFNetworking": [
41       "~> 2.5.2"
42     ],
43     "JSONModel": [
44       "~> 1.0.2"
45     ],
46     "FMDB": [
47       "~> 2.5"
48     ],
49     "DACircularProgress": [
51     ],
52     "JKBigInteger": [
53       "~> 0.0.1"
54     ],
55     "PEPhotoCropEditor": [
56       "~> 1.3.1"
57     ],
58     "Masonry": [
59       "~> 0.6.1"
60     ],
61     "pop": [
62       "~> 1.0"
63     ]
64   }