blob: a4660eec9737d257b5dbb2da861b2496615c8c6e [file] [log] [blame]
{
"name": "COUPIES",
"version": "1.9.14",
"platforms": {
"ios": "6.0"
},
"summary": "iOS SDK for integrating COUPIES coupons into your application.",
"homepage": "https://github.com/coupies-gmbh/ios-sdk",
"social_media_url": "https://facebook.com/COUPIES",
"authors": {
"Felix Schul": "felix.schul@coupies.de"
},
"license": {
"type": "Copyright",
"text": "Copyright 2015 COUPIES GmbH. All rights reserved."
},
"source": {
"git": "https://github.com/coupies-gmbh/ios-sdk.git",
"tag": "1.9.14"
},
"resources": "COUPIES.framework/Versions/A/Resources/*.bundle",
"ios": {
"vendored_frameworks": "COUPIES.framework"
},
"libraries": "iconv",
"frameworks": [
"AdSupport",
"QuartzCore",
"CoreAudio",
"CoreMedia",
"CoreVideo",
"CoreGraphics",
"AudioToolbox",
"AVFoundation",
"Foundation",
"UIKit",
"CoreGraphics",
"CoreLocation",
"Mapkit"
],
"dependencies": {
"ZBarSDK": [
"~> 1.3"
]
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC -all_load",
"CLANG_MODULES_AUTOLINK": "YES"
}
}