[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 0 / 6 / 8 / AdtimaSDKDev / 1.7.26 / AdtimaSDKDev.podspec.json
blob0a3cebac858c9efafba25cf3e72b0be839bf0b55
2   "name": "AdtimaSDKDev",
3   "version": "1.7.26",
4   "summary": "Adtima AdtimaSDK for Dev Mode",
5   "description": "Adtima SDK for iOS \nDocument: https://github.com/adtima/adtima-ios-sdk/wiki",
6   "homepage": "https://github.com/adtima/adtima-ios-sdk/wiki",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Khiem Nguyen": "khiemnd@vng.com.vn"
13   },
14   "source": {
15     "git": "https://github.com/adtima/adtima-ios-sdk-dev.git",
16     "tag": "1.7.26.20190927_TPL42"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "ios": {
22     "vendored_frameworks": "AdtimaSDK/Frameworks/ZAD_AdtimaMobileSDK.framework"
23   },
24   "xcconfig": {
25     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
26   },
27   "frameworks": [
28     "CFNetwork",
29     "CoreGraphics",
30     "QuartzCore",
31     "StoreKit",
32     "AVFoundation",
33     "CoreMedia",
34     "MessageUI",
35     "CoreTelephony",
36     "AudioToolbox",
37     "AdSupport",
38     "MobileCoreServices",
39     "SystemConfiguration"
40   ],
41   "weak_frameworks": [
42     "Foundation",
43     "MediaPlayer",
44     "UIKit",
45     "WebKit",
46     "CoreFoundation"
47   ],
48   "libraries": [
49     "sqlite3.0",
50     "z",
51     "c++",
52     "xml2"
53   ],
54   "dependencies": {
55     "ZaloSDK": [
57     ]
58   },
59   "default_subspecs": "Google",
60   "subspecs": [
61     {
62       "name": "Adtima"
63     },
64     {
65       "name": "Google",
66       "prefix_header_contents": "#define USE_ADNETWORK_GOOGLE",
67       "dependencies": {
68         "Google-Mobile-Ads-SDK": [
69           "~> 7.40.0"
70         ]
71       }
72     }
73   ]