[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / f / a / 6 / JXExtension / 0.2.0 / JXExtension.podspec.json
blob38afea4b9c8ffba7b454899db1bf089c869e5d0c
2   "name": "JXExtension",
3   "version": "0.2.0",
4   "summary": "About UIKit Extension.",
5   "homepage": "https://bitbucket.org/JeasonLee/jxextension",
6   "license": "MIT",
7   "authors": {
8     "Jeason": "jeason.l@qq.com"
9   },
10   "platforms": {
11     "ios": null
12   },
13   "source": {
14     "git": "https://JeasonLee@bitbucket.org/JeasonLee/jxextension.git",
15     "tag": "0.2.0"
16   },
17   "public_header_files": "JXExtension/JXExtension.h",
18   "source_files": "JXExtension/JXExtension.h",
19   "requires_arc": true,
20   "dependencies": {
21     "SDVersion": [
23     ]
24   },
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   ]