[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / c / e / b / CSCPushSDK / 0.2.0 / CSCPushSDK.podspec.json
blob6851284b3b0fc13adb37f5b12adaf63714b29bc5
2   "name": "CSCPushSDK",
3   "version": "0.2.0",
4   "summary": "CSCPush SDK CocoaPods集成库.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/TerasaLing/CSCPushSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "TerasaLing": "1287835607@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/TerasaLing/CSCPushSDK.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "frameworks": [
22     "UIKit",
23     "MapKit",
24     "SystemConfiguration",
25     "Security"
26   ],
27   "ios": {
28     "libraries": [
29       "sqlite3.0",
30       "c++",
31       "resolv"
32     ],
33     "vendored_libraries": "Frameworks/libPods-CSCPushSDK_Example.a"
34   },
35   "static_framework": true,
36   "pod_target_xcconfig": {
37     "VALID_ARCHS": "x86_64 armv7 arm64"
38   },
39   "dependencies": {
40     "GTCommonSDK": [
41       ">= 3.0.3.0"
42     ],
43     "GTSDK": [
44       "~> 3.0.0.0"
45     ]
46   }