[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / f / 6 / LTxCategories / 0.0.5 / LTxCategories.podspec.json
blob790350898d266571b06b22e9154062881abec208
2   "name": "LTxCategories",
3   "version": "0.0.5",
4   "summary": "收集常用的扩展,方便开发中使用.",
5   "license": "MIT",
6   "authors": {
7     "liangtong": "liangtongdev@163.com"
8   },
9   "homepage": "https://github.com/liangtongdev/LTxCategories",
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/liangtongdev/LTxCategories.git",
15     "tag": "0.0.5",
16     "submodules": true
17   },
18   "frameworks": [
19     "Foundation",
20     "UIKit"
21   ],
22   "subspecs": [
23     {
24       "name": "Common",
25       "source_files": "LTxCategories/Common/*.{h,m}",
26       "public_header_files": "LTxCategories/Common/*.h"
27     },
28     {
29       "name": "UIKit",
30       "source_files": "LTxCategories/UIKit/*.{h,m}",
31       "public_header_files": "LTxCategories/UIKit/*.h",
32       "dependencies": {
33         "LTxCategories/Common": [
35         ]
36       }
37     },
38     {
39       "name": "NSFoundation",
40       "source_files": "LTxCategories/Foundation/*.{h,m}",
41       "public_header_files": "LTxCategories/Foundation/*.h",
42       "dependencies": {
43         "LTxCategories/Common": [
45         ]
46       }
47     },
48     {
49       "name": "Core",
50       "source_files": "LTxCategories/LTxCategories.h",
51       "public_header_files": "LTxCategories/LTxCategories.h",
52       "dependencies": {
53         "LTxCategories/UIKit": [
55         ],
56         "LTxCategories/NSFoundation": [
58         ]
59       }
60     }
61   ]