[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / 5 / 3 / ECGeTuiSDK / 2.3.0.0 / ECGeTuiSDK.podspec.json
bloba82cd0414816c479b2d5e21de529718a2f0754d4
2   "name": "ECGeTuiSDK",
3   "version": "2.3.0.0",
4   "summary": "集成个推SDK 并创建modulemap文件",
5   "homepage": "https://github.com/GetuiLaboratory/getui-sdk-ios-cocoapods",
6   "license": "MIT",
7   "authors": {
8     "East-Coast": "heng_sea@163.com"
9   },
10   "source": {
11     "git": "https://github.com/GetuiLaboratory/getui-sdk-ios-cocoapods.git",
12     "tag": "2.3.0.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "ios": {
18     "vendored_frameworks": "GTSDK.framework",
19     "frameworks": [
20       "SystemConfiguration",
21       "CFNetwork",
22       "CoreTelephony",
23       "CoreLocation",
24       "AVFoundation",
25       "Security"
26     ],
27     "weak_frameworks": "UserNotifications",
28     "libraries": [
29       "z",
30       "sqlite3.0",
31       "c++"
32     ]
33   },
34   "source_files": "GTSDK.framework/**/*",
35   "requires_arc": true,
36   "xcconfig": {
37     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/**\""
38   },
39   "prepare_command": "mkdir GTSDK.framework/Modules\ntouch GTSDK.framework/Modules/module.modulemap\ncat <<-EOF > GTSDK.framework/Modules/module.modulemap\nframework module GTSDK {\n    header \"GeTuiSdk.h\"\n    export *\n    link \"z\"\n    link \"sqlite3.0\"\n    link \"c++\"\n}\nEOF"