[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / b / 7 / XHCategory / 0.1.0 / XHCategory.podspec.json
blobc2a71b5660e63ff2516cc23f8649ffb6de54c604
2   "name": "XHCategory",
3   "version": "0.1.0",
4   "summary": "XHCategory.",
5   "description": "#TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/stonewin540/XHCategory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xuanhao": "stonewin540@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/stonewin540/XHCategory.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "XHCategory/Classes/**/*",
22   "public_header_files": "XHCategory/Classes/*.h",
23   "subspecs": [
24     {
25       "name": "XHCGCategory",
26       "source_files": "XHCategory/Classes/XHCGCategory/**/*",
27       "public_header_files": "XHCategory/Classes/XHCGCategory/*.h"
28     },
29     {
30       "name": "XHNSCategory",
31       "source_files": "XHCategory/Classes/XHNSCategory/**/*",
32       "public_header_files": "XHCategory/Classes/XHNSCategory/*.h"
33     },
34     {
35       "name": "XHUICategory",
36       "source_files": "XHCategory/Classes/XHUICategory/**/*",
37       "public_header_files": "XHCategory/Classes/XHUICategory/*.h"
38     }
39   ]