[Add] Vouched 1.9.5
[CocoaPods.git] / Specs / 0 / 2 / 6 / SS-DomobOfferWallSDK / 5.3.0 / SS-DomobOfferWallSDK.podspec.json
blobcc5ba2e5310dde666f499d771e4af2bfe59b985b
2   "name": "SS-DomobOfferWallSDK",
3   "version": "5.3.0",
4   "license": {
5     "type": "Cpoyright",
6     "text": "LICENSE  ©2015 Domob, Inc. All rights reserved"
7   },
8   "summary": "Domob Offer Wall SDK for iOS.",
9   "homepage": "http://www.domob.cn/developers/changelog/iosow_sdk_changelog.html",
10   "authors": {
11     "Shingwa Six": "http://blog.waaile.com"
12   },
13   "platforms": {
14     "ios": "4.3"
15   },
16   "source": {
17     "git": "https://github.com/shingwasix/DomobOfferWall-iOS-SDK.git",
18     "tag": "5.3.0"
19   },
20   "source_files": "DMOfferWallSDK/Header/*.h",
21   "public_header_files": "DMOfferWallSDK/Header/*.h",
22   "resources": "DMOfferWallSDK/*.bundle",
23   "preserve_paths": "DMOfferWallSDK/*.a",
24   "frameworks": [
25     "Security",
26     "CoreMedia",
27     "AVFoundation",
28     "SystemConfiguration",
29     "CoreLocation",
30     "QuartzCore",
31     "UIKit",
32     "Foundation",
33     "CoreGraphics"
34   ],
35   "weak_frameworks": [
36     "AdSupport",
37     "StoreKit"
38   ],
39   "libraries": [
40     "sqlite3",
41     "DMOfferWallSDK"
42   ],
43   "requires_arc": true,
44   "xcconfig": {
45     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/SS-DomobOfferWallSDK/DMOfferWallSDK"
46   }