[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 3 / a / 2 / zdk / 0.0.1 / zdk.podspec.json
blob3c4e94c0cc3cbf0c28facddd852bf2e06061fc4c
2   "name": "zdk",
3   "version": "0.0.1",
4   "summary": "致力于提高项目开发效率的解决方案",
5   "description": "Zdk",
6   "homepage": "https://github.com/common-sky/zdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sky": "1203438466@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/common-sky/zdk.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "source_files": "zdk/Classes/**/*",
26   "subspecs": [
27     {
28       "name": "Share",
29       "source_files": "zdk/Classes/Share/**/*"
30     },
31     {
32       "name": "Common",
33       "source_files": "zdk/Classes/Common/**/*"
34     },
35     {
36       "name": "Converter",
37       "source_files": "zdk/Classes/Converter/**/*",
38       "vendored_libraries": "zdk/Classes/Converter/*.a"
39     }
40   ]