blob: e78f426522e35958e5098a0ffc338c24727db7bc [file] [log] [blame]
{
"name": "WePay",
"version": "7.0.0-beta-2",
"summary": "WePay binary for both simulator and iOS devices",
"description": "A library that helps WePay partners develop their own iOS apps aimed at merchants and/or consumers for collection of payments via various payment methods",
"homepage": "http://github.com/wepay/wepay-ios",
"documentation_url": "http://wepay.github.io/wepay-ios/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"http": "https://github.com/wepay/wepay-ios/releases/download/v7.0.0-beta-2/wepay-ios-7.0.0-beta-2.zip"
},
"authors": {
"Chaitanya Bagaria": "mobile@wepay.com"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"requires_arc": true,
"preserve_paths": "**",
"frameworks": [
"AudioToolbox",
"AVFoundation",
"CoreBluetooth",
"CoreTelephony",
"ExternalAccessory",
"MediaPlayer",
"SystemConfiguration"
],
"libraries": [
"stdc++.6.0.9",
"stdc++",
"z"
]
},
"source_files": "WePay.framework/**/*.h",
"public_header_files": "WePay.framework/**/*.h",
"vendored_frameworks": "WePay.framework"
}