[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / b / f / SXPodCategory / 1.0.4 / SXPodCategory.podspec.json
blob2f9447f53b4ab1497d9c07b0cc1917f9182fc922
2   "name": "SXPodCategory",
3   "version": "1.0.4",
4   "summary": "积累自己项目里常用的一些分类,简化一些系统的方法调用",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/songxing10000/SXPodCategory.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dfpo": "songxing10000@live.cn"
13   },
14   "source": {
15     "git": "https://github.com/songxing10000/SXPodCategory.git",
16     "tag": "1.0.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SXPodCategory/Classes/SXPodCategory.h",
22   "subspecs": [
23     {
24       "name": "NS",
25       "source_files": "SXPodCategory/Classes/NS/*"
26     },
27     {
28       "name": "UI",
29       "source_files": "SXPodCategory/Classes/UI/*",
30       "dependencies": {
31         "SXPodCategory/NS": [
33         ]
34       }
35     }
36   ]