[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / f / 6 / LTxCategories / 0.0.4 / LTxCategories.podspec.json
blob4591db5febc8382277787fa16d75dc7c08a9c51a
2   "name": "LTxCategories",
3   "version": "0.0.4",
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.4",
16     "submodules": true
17   },
18   "frameworks": [
19     "Foundation",
20     "UIKit"
21   ],
22   "subspecs": [
23     {
24       "name": "UIKit",
25       "source_files": "LTxCategories/UIKit/*.{h,m}",
26       "public_header_files": "LTxCategories/UIKit/*.h"
27     },
28     {
29       "name": "Foundation",
30       "source_files": "LTxCategories/Foundation/*.{h,m}",
31       "public_header_files": "LTxCategories/Foundation/*.h"
32     },
33     {
34       "name": "Core",
35       "source_files": "LTxCategories/LTxCategories.h",
36       "public_header_files": "LTxCategories/LTxCategories.h",
37       "dependencies": {
38         "LTxCategories/UIKit": [
40         ],
41         "LTxCategories/Foundation": [
43         ]
44       }
45     }
46   ]