[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 6 / c / 0 / commonSDK / 0.0.6 / commonSDK.podspec.json
blob649c6c4413bff0c3db7dd71c641eb11610522055
2   "name": "commonSDK",
3   "version": "0.0.6",
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.6"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "xcconfig": {
22     "OTHER_LDFLAGS": "-all_load"
23   },
24   "subspecs": [
25     {
26       "name": "JPushManager",
27       "ios": {
28         "vendored_frameworks": "commonSDK/framework/JPushManager.framework"
29       },
30       "dependencies": {
31         "JPush": [
32           "~> 3.1.0"
33         ]
34       }
35     },
36     {
37       "name": "FMDBManager",
38       "ios": {
39         "vendored_frameworks": "commonSDK/framework/FMDBManager.framework"
40       },
41       "dependencies": {
42         "MJExtension": [
43           "~> 3.0.10"
44         ],
45         "FMDB": [
46           "~> 2.6.2"
47         ]
48       }
49     }
50   ]