blob: 43977e827db65d01dc23f56d58c395116f963b28 [file] [log] [blame]
{
"name": "MPAds",
"version": "0.0.72",
"summary": "MPAds static library",
"homepage": "https://bitbucket.org/mobilepioneers/mpads-cocoapod-static-library",
"authors": {
"Bob de Graaf": "graafict@gmail.com"
},
"source": {
"git": "https://bitbucket.org/mobilepioneers/mpads-cocoapod-static-library.git",
"tag": "0.0.72"
},
"preserve_paths": "libMPAds.a",
"license": "MIT",
"source_files": "**/*.{h,m}",
"frameworks": [
"StoreKit",
"CoreLocation",
"MessageUI",
"OpenAl",
"AVFoundation",
"CFNetwork",
"CoreMotion",
"CoreMedia",
"EventKit",
"EventKitUI",
"CoreTelephony",
"MediaPlayer",
"AudioToolbox",
"MobileCoreServices",
"Security",
"iAd",
"AssetsLibrary",
"SystemConfiguration",
"QuartzCore",
"AddressBookUI",
"AddressBook",
"PassKit",
"Twitter"
],
"weak_frameworks": "AdSupport",
"libraries": [
"MPAds",
"z",
"c++",
"sqlite3"
],
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC",
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/MPAds\""
},
"dependencies": {
"BDGMacros": [
],
"BDGUtilities": [
],
"Reachability": [
],
"UIDeviceAddition": [
]
}
}