[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 4 / 7 / b / AdPieSDK / 1.2.9 / AdPieSDK.podspec.json
blob256934a330c77b59b96a7b7fce9781292fe12d82
2   "name": "AdPieSDK",
3   "version": "1.2.9",
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.9"
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   }