blob: d61c8d8138f50fdb346b685703e003723a153aaa [file] [log] [blame]
{
"name": "WingmanAdsSDK",
"version": "0.0.2",
"license": "MIT",
"summary": "WingmanAds SDK for iOS - static library",
"homepage": "https://github.com/WingmanSDK/WingmanAdsSDK",
"authors": {
"Bob de Graaf": "graafict@gmail.com"
},
"source": {
"git": "https://github.com/WingmanSDK/WingmanAdsSDK.git",
"tag": "0.0.2"
},
"preserve_paths": "libWingmanAdsSDK.a",
"source_files": "**/*.{h,m}",
"frameworks": [
"StoreKit",
"CoreLocation",
"MessageUI",
"OpenAl",
"AVFoundation",
"CFNetwork",
"CoreMotion",
"CoreMedia",
"EventKit",
"EventKitUI",
"CoreTelephony",
"MediaPlayer",
"AudioToolbox",
"MobileCoreServices",
"Security",
"AssetsLibrary",
"SystemConfiguration",
"QuartzCore"
],
"weak_frameworks": "AdSupport",
"libraries": [
"WingmanAdsSDK",
"z",
"c++"
],
"platforms": {
"ios": null
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC",
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/WingmanAdsSDK\""
},
"dependencies": {
"BDGMacros": [
],
"BDGUtilities": [
],
"Reachability": [
],
"UIDeviceAddition": [
]
}
}