[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 7 / b / AdPieSDK / 1.3.4.1 / AdPieSDK.podspec.json
blob8485fc47c10705e2ed5db89ae845f8090cc445f4
2   "name": "AdPieSDK",
3   "version": "1.3.4.1",
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.3.4.1"
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   },
35   "pod_target_xcconfig": {
36     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
37   },
38   "user_target_xcconfig": {
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
40   }