[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / 6 / 1 / DomobAdSDK / 4.4.8 / DomobAdSDK.podspec.json
blob939c023906c802f94b875b179f5e5ee7b2be3da3
2   "name": "DomobAdSDK",
3   "version": "4.4.8",
4   "license": {
5     "type": "Cpoyright",
6     "text": "LICENSE  ©2015 Domob, Inc. All rights reserved"
7   },
8   "summary": "Domob AD SDK for iOS.",
9   "homepage": "http://www.domob.cn/developers/changelog/ios_sdk_changelog.html",
10   "authors": {
11     "Shingwa Six": "http://blog.waaile.com"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/shingwasix/DomobAd-iOS-SDK.git",
18     "tag": "4.4.8"
19   },
20   "source_files": "DomobAdSDK/*.h",
21   "public_header_files": "DomobAdSDK/*.h",
22   "resources": "DomobAdSDK/DomobAdSDKBundle/*.bundle",
23   "preserve_paths": "DomobAdSDK/*.a",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "weak_frameworks": [
29     "CoreMedia",
30     "MediaPlayer",
31     "QuartzCore",
32     "CoreText",
33     "CoreGraphics",
34     "StoreKit",
35     "PassKit",
36     "Social",
37     "EventKit",
38     "AVFoundation",
39     "AudioToolbox",
40     "SystemConfiguration"
41   ],
42   "libraries": [
43     "z",
44     "sqlite3",
45     "DomobAdSDK"
46   ],
47   "requires_arc": true,
48   "xcconfig": {
49     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/DomobAdSDK/DomobAdSDK"
50   }