[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / e / b / CSCPushSDK / 0.8.0 / CSCPushSDK.podspec.json
bloba0a7251f30321035de688f8fd9ae9345b4415a1a
2   "name": "CSCPushSDK",
3   "version": "0.8.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.8.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "CSCPushSDK/Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "MapKit",
25     "SystemConfiguration",
26     "Security"
27   ],
28   "ios": {
29     "libraries": [
30       "sqlite3.0",
31       "c++",
32       "resolv"
33     ]
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   }