[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / 8 / e / 5 / RFMAdSDK / 5.0.0 / RFMAdSDK.podspec.json
blob47d6ebdd897f5c645c513bc389d86332dd51951d
2   "name": "RFMAdSDK",
3   "version": "5.0.0",
4   "summary": "Rubicon Project Mobile Ads SDK for iOS",
5   "description": "Maximize the monetization of your app inventory. The Rubicon Project mobile SDK lets you access Rubicon Project’s extensive network of advertising brands and effective optimization tools to maximize the monetization of your network’s iOS and Android app inventory.",
6   "homepage": "http://sdk.rubiconproject.com/",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2012-2016 Rubicon Project. All Rights Reserved"
10   },
11   "authors": {
12     "Rubicon Project": "mobileappdev@rubiconproject.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/rubicon-project/RFMAdSDK-iOS.git",
19     "tag": "5.0.0"
20   },
21   "source_files": "RFMAdSDK/RFMAdSDK.framework/Versions/A/Headers/*.h",
22   "vendored_frameworks": "RFMAdSDK/RFMAdSDK.framework",
23   "resource_bundles": {
24     "RFMAdSDK": "RFMAdSDK/RFMAdSDK.bundle/**/*.{png,plist,js,strings,xsd}"
25   },
26   "frameworks": [
27     "AdSupport",
28     "AudioToolbox",
29     "AVFoundation",
30     "CoreGraphics",
31     "CoreMedia",
32     "CoreTelephony",
33     "EventKit",
34     "EventKitUI",
35     "Foundation",
36     "MediaPlayer",
37     "MessageUI",
38     "SafariServices",
39     "StoreKit",
40     "SystemConfiguration",
41     "UIKit"
42   ],
43   "libraries": "xml2",
44   "requires_arc": true,
45   "xcconfig": {
46     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/RFMAdSDK"
47   }