[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / 1 / 6 / CooperSDK / 1.0.18 / CooperSDK.podspec.json
blob8daa871e1996c0c5041b1da94c7e733ca384c226
2   "name": "CooperSDK",
3   "version": "1.0.18",
4   "summary": "基于iOS10的CooperSDK.",
5   "description": "阿木的iOS项目的基础SDK,仅供私人使用",
6   "homepage": "https://gitee.com/appkf_admin",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jhfappkf@163.com": "jhfappkf@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/appkf/CooperSDK.git",
16     "tag": "1.0.18"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": [
22     "CooperSDK",
23     "CooperSDK/Classes/**/*.{h,m}"
24   ],
25   "resources": "CooperSDK/Assets/*.bundle",
26   "libraries": "sqlite3",
27   "frameworks": [
28     "UIKit",
29     "MapKit",
30     "CoreLocation",
31     "JavaScriptCore",
32     "QuartzCore"
33   ],
34   "dependencies": {
35     "AFNetworking": [
37     ],
38     "FMDB": [
40     ],
41     "MJExtension": [
43     ],
44     "MJRefresh": [
46     ],
47     "Masonry": [
49     ],
50     "SDWebImage": [
52     ],
53     "ReactiveObjC": [
55     ],
56     "KVOMutableArray/ReactiveCocoaSupport": [
58     ]
59   },
60   "pod_target_xcconfig": {
61     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
62   }