[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / a / 6 / JXExtension / 0.4.7 / JXExtension.podspec.json
blob4eb00fe32841cf5b0801ade88419066e14ae0700
2   "name": "JXExtension",
3   "version": "0.4.7",
4   "summary": "About iOS Extension.",
5   "homepage": "https://github.com/JeasonL/JXExtension",
6   "license": "MIT",
7   "authors": {
8     "Jeason": "jeason.l@qq.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/JeasonL/JXExtension.git",
15     "tag": "0.4.7"
16   },
17   "public_header_files": "JXExtension/JXExtension.h",
18   "source_files": "JXExtension/JXExtension.h",
19   "dependencies": {
20     "SDVersion": [
22     ]
23   },
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "Category",
28       "source_files": "JXExtension/Category/*.{h,m}"
29     },
30     {
31       "name": "View",
32       "source_files": "JXExtension/View/*.{h,m}",
33       "dependencies": {
34         "JXExtension/Category": [
36         ]
37       }
38     },
39     {
40       "name": "Transition",
41       "source_files": "JXExtension/Transition/*.{h,m}"
42     }
43   ]