[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / d / 1 / IMXExtentCpt / 1.0.0 / IMXExtentCpt.podspec.json
blob4552948c7f910241f49ca68185345d433012bb69
2   "name": "IMXExtentCpt",
3   "version": "1.0.0",
4   "summary": "a set of common categories for Object-C class",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/PanZhow/IMXExtentCpt.git",
10   "authors": {
11     "zhoupanpan": "2331838272@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/PanZhow/IMXExtentCpt.git",
15     "tag": "1.0.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "IMXObjectExt",
24       "source_files": "IMXExtentCpt/IMXObjectExt/*.{h,m}",
25       "public_header_files": [
26         "IMXExtentCpt/IMXObjectExt/*.{h}"
27       ],
28       "compiler_flags": "-Wstrict-prototypes"
29     },
30     {
31       "name": "IMXUIKitExt",
32       "source_files": "IMXExtentCpt/IMXUIKitExt/*.{h,m}",
33       "public_header_files": [
34         "IMXExtentCpt/IMXUIKitExt/*.{h}"
35       ]
36     }
37   ]