[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / f / a / 1 / XJUIKit / 0.0.6 / XJUIKit.podspec.json
blob518b1b386da96e2ee23f30ea74de862ed4adee22
2   "name": "XJUIKit",
3   "version": "0.0.6",
4   "summary": "XJUIKit.",
5   "description": "XJUIKit: XJ系列的UIkit组件",
6   "homepage": "https://github.com/lishengbing/XJUIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lishengbing": "chihiro2017@163.com"
13   },
14   "source": {
15     "git": "https://github.com/lishengbing/XJUIKit.git",
16     "tag": "0.0.6"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "resource_bundles": {
22     "XJUIKit": [
23       "XJUIKit/Assets/*.png"
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "SLButton",
29       "source_files": "XJUIKit/Classes/SLButton/**/*"
30     },
31     {
32       "name": "SLTextField",
33       "source_files": "XJUIKit/Classes/SLTextField/**/*"
34     },
35     {
36       "name": "SLTextView",
37       "source_files": "XJUIKit/Classes/SLTextView/**/*"
38     }
39   ]