[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 6 / c / 0 / commonSDK / 0.0.5 / commonSDK.podspec.json
blob675bca1784dd13a8da11bc3e50f9aa5570bc8983
2   "name": "commonSDK",
3   "version": "0.0.5",
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.5"
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       "libraries": "stdc++",
34       "frameworks": [
35         "UIKit",
36         "UserNotifications",
37         "AdSupport",
38         "Security",
39         "CoreGraphics",
40         "SystemConfiguration",
41         "CoreTelephony",
42         "CoreFoundation",
43         "CFNetwork",
44         "Foundation"
45       ]
46     },
47     {
48       "name": "FMDBManager",
49       "ios": {
50         "vendored_frameworks": "commonSDK/framework/FMDBManager.framework"
51       },
52       "dependencies": {
53         "MJExtension": [
54           "~> 3.0.10"
55         ],
56         "FMDB": [
57           "~> 2.6.2"
58         ]
59       }
60     }
61   ]