[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / a / 0 / 4 / ConnectAd_ObjC / 1.1.12 / ConnectAd_ObjC.podspec.json
blob924e53e26e16cfbc28853f3c62509b19d86b3191
2   "name": "ConnectAd_ObjC",
3   "version": "1.1.12",
4   "summary": "ConnectAd_ObjC for iOS.",
5   "description": "This pod is used for integrating ConnectAd_ObjC in Objective-C iOS projects.",
6   "homepage": "https://github.com/connectedinteractive/connectedadsdk_objc",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "connsdkimpl": "sdkimpl@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/connectedinteractive/connectedadsdk_objc.git",
16     "tag": "1.1.12"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ConnectAd_ObjC/**/*.{h,m}",
22   "exclude_files": "ConnectAd_ObjC/**/*.plist",
23   "resource_bundles": {
24     "ConnectAd_ObjC": [
25       "ConnectAd_ObjC/Assets/*.png"
26     ]
27   },
28   "pod_target_xcconfig": {
29     "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)"
30   },
31   "user_target_xcconfig": {
32     "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)",
33     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
34   },
35   "static_framework": true,
36   "dependencies": {
37     "mopub-ios-sdk/Core": "~> 5.12.1",
38     "Google-Mobile-Ads-SDK": "~> 8.5.0"
39   }