[Add] TorusSessionManager 6.1.0
[CocoaPods.git] / Specs / c / e / b / CSCPushSDK / 0.1.0 / CSCPushSDK.podspec.json
blob060b9cb22f15546e0dd3e8214991c9f52381a26d
2   "name": "CSCPushSDK",
3   "version": "0.1.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.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "public_header_files": "Pod/Classes/**/*.h",
22   "frameworks": [
23     "UIKit",
24     "MapKit",
25     "SystemConfiguration",
26     "Security"
27   ],
28   "ios": {
29     "libraries": [
30       "sqlite3.0",
31       "c++",
32       "resolv"
33     ],
34     "vendored_libraries": "Frameworks/libPods-CSCPushSDK_Example.a"
35   },
36   "static_framework": true,
37   "pod_target_xcconfig": {
38     "VALID_ARCHS": "x86_64 armv7 arm64"
39   },
40   "dependencies": {
41     "GTCommonSDK": [
42       ">= 3.0.3.0"
43     ],
44     "GTSDK": [
45       "~> 3.0.0.0"
46     ]
47   }