[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 7 / 6 / 8 / PDS_SDK / 0.0.7 / PDS_SDK.podspec.json
blob45f007df006bb1d9a6a82698c9b7136dc6af27ea
2   "name": "PDS_SDK",
3   "version": "0.0.7",
4   "summary": "阿里云相册与网盘服务Objc SDK",
5   "description": "PDS iOS客户端SDK",
6   "homepage": "https://github.com/aliyun/aliyun-pds-objc-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Aliyun Open Service": "aliyuncloudcomputing"
13   },
14   "source": {
15     "git": "https://github.com/aliyun/aliyun-pds-objc-sdk.git",
16     "tag": "0.0.7"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "Core",
22   "pod_target_xcconfig": {
23     "DEFINES_MODULE": "YES"
24   },
25   "dependencies": {
26     "FMDB": [
27       "~> 2.7"
28     ],
29     "extobjc": [
31     ],
32     "YYModel": [
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "Core",
39       "source_files": "pds-sdk-objc/Classes/Core/**/*"
40     },
41     {
42       "name": "Inspector",
43       "public_header_files": "pds-sdk-objc/Classes/Inspector/**/*.h",
44       "source_files": "pds-sdk-objc/Classes/Inspector/**/*",
45       "libraries": "resolv",
46       "dependencies": {
47         "Reachability": [
49         ],
50         "extobjc": [
52         ],
53         "PDS_SDK/Core": [
55         ]
56       }
57     }
58   ]