[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / a / 6 / JXExtension / 0.3.10 / JXExtension.podspec.json
blobd91c0c98e88d1b4f960ea4aee3bac66c9a29c9f9
2   "name": "JXExtension",
3   "version": "0.3.10",
4   "summary": "About UIKit Extension.",
5   "homepage": "https://gitlab.com/JeasonLee/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://JeasonLee@gitlab.com/JeasonLee/JXExtension.git",
15     "tag": "0.3.10"
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     {
44       "name": "Manager",
45       "source_files": "JXExtension/Manager/*.{h,m}"
46     }
47   ]