[Add] YLCategory-Swift-MacOS 1.0.2
[CocoaPods.git] / Specs / 6 / c / 0 / commonSDK / 0.0.4 / commonSDK.podspec.json
blob240c6a0f57769a3a471e575b60ad0c18135cc7ea
2   "name": "commonSDK",
3   "version": "0.0.4",
4   "summary": "通用的功能封装如,网络请求,图片加载",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/15730898949/commonSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MAHAIHONG": "15730898949@163.com"
13   },
14   "source": {
15     "git": "https://github.com/15730898949/commonSDK.git",
16     "tag": "0.0.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "xcconfig": {
22     "OTHER_LDFLAGS": "-all_load"
23   },
24   "subspecs": [
25     {
26       "name": "JPushManager",
27       "source_files": "commonSDK/commonSDK/JPushManager/**/*.{h}",
28       "dependencies": {
29         "JPush": [
30           "~> 3.1.0"
31         ]
32       }
33     },
34     {
35       "name": "FMDBManager",
36       "ios": {
37         "vendored_frameworks": "commonSDK/framework/FMDBManager.framework"
38       },
39       "dependencies": {
40         "MJExtension": [
41           "~> 3.0.10"
42         ],
43         "FMDB": [
44           "~> 2.6.2"
45         ]
46       }
47     }
48   ]