[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / e / 6 / ZTComponents / 1.0.5 / ZTComponents.podspec.json
blobc3784c4e86141e3413a95639f153bbcdb6e27936
2   "name": "ZTComponents",
3   "version": "1.0.5",
4   "summary": "对原生组件进行扩展",
5   "description": "1 .语法调用.",
6   "homepage": "https://github.com/1296891592qq/ZTComponents",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "1296891592qq": "1296891592@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/1296891592qq/ZTComponents.git",
16     "tag": "1.0.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "Foundation",
24       "source_files": "ZTComponents/Classes/Foundation/*.{h,m}"
25     },
26     {
27       "name": "Category",
28       "source_files": "ZTComponents/Classes/Category/*.{h,m}",
29       "dependencies": {
30         "ZTComponents/Foundation": [
32         ]
33       }
34     }
35   ]