[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 7 / b / AdPieSDK / 1.2.7 / AdPieSDK.podspec.json
blob147716a0bd79a2a5c6b19e7c6cfb21d455018514
2   "name": "AdPieSDK",
3   "version": "1.2.7",
4   "summary": "AdPie Ads SDK.",
5   "description": "The AdPie SDK allows developers to easily incorporate banner, interstitial and native ads. It will benefit developers a lot.",
6   "homepage": "https://github.com/gomfactory/AdPie-iOS-SDK",
7   "license": {
8     "type": "commercial",
9     "text": "Copyright 2015 gomfactory. All rights reserved."
10   },
11   "authors": "gomfactory",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/gomfactory/AdPie-iOS-SDK.git",
17     "tag": "1.2.7"
18   },
19   "ios": {
20     "vendored_frameworks": "AdPieSDK/AdPieSDK.framework"
21   },
22   "public_header_files": "AdPieSDK/AdPieSDK.framework/**/*.h",
23   "source_files": "AdPieSDK/AdPieSDK.framework/**/*.h",
24   "preserve_paths": "AdPieSDK/AdPieSDK.framework",
25   "frameworks": [
26     "AdSupport",
27     "CoreTelephony",
28     "SystemConfiguration"
29   ],
30   "weak_frameworks": "WebKit",
31   "xcconfig": {
32     "OTHER_LDFLAGS": "-ObjC",
33     "LIBRARY_SEARCH_PATHS": "$(SRCROOT)/Pods/AdPieSDK"
34   }