[Add] DXPNudgesLib 1.0.32
[CocoaPods.git] / Specs / a / 2 / 7 / PodSpecSDK / 0.1.3 / PodSpecSDK.podspec.json
blobd8768467a90264254350f66c542699a6f823eee3
2   "name": "PodSpecSDK",
3   "version": "0.1.3",
4   "summary": "A",
5   "description": "测试仓库的东西",
6   "homepage": "https://github.com/wangjinshan/PodSpecTest",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "王金山": "wangjinshan@yuewen.com"
13   },
14   "source": {
15     "git": "https://github.com/wangjinshan/PodSpecTest.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "4.0",
22   "source_files": "PodSpecSDK/Classes/*{.h}",
23   "subspecs": [
24     {
25       "name": "A",
26       "source_files": "PodSpecSDK/Classes/A/**/*",
27       "dependencies": {
28         "PodSpecSDK/B": [
30         ]
31       }
32     },
33     {
34       "name": "B",
35       "source_files": "PodSpecSDK/Classes/B/**/*"
36     },
37     {
38       "name": "C",
39       "source_files": "PodSpecSDK/Classes/C/**/*",
40       "dependencies": {
41         "PodSpecSDK/A": [
43         ]
44       }
45     }
46   ],
47   "swift_version": "4.0"