[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 1 / f / 6 / LTxCategories / 0.0.2 / LTxCategories.podspec.json
blob161c93183042f721fb46481d477c6d03bf07a1af
2   "name": "LTxCategories",
3   "version": "0.0.2",
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.2",
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   ]