blob: 99e0acb862db0221f01c0d7ebb2ccb7f34954963 [file] [log] [blame]
{
"name": "WePay",
"version": "5.0.0",
"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/v5.0.0/wepay-ios-5.0.0.zip"
},
"authors": {
"Chaitanya Bagaria": "mobile@wepay.com"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"requires_arc": true,
"preserve_paths": "**",
"frameworks": [
"AudioToolbox",
"AVFoundation",
"CoreBluetooth",
"CoreTelephony",
"MediaPlayer",
"SystemConfiguration"
],
"libraries": "stdc++.6.0.9"
},
"public_header_files": "WePay.framework/**/*.h",
"vendored_frameworks": [
"WePay.framework",
"TrustDefenderMobile.framework"
]
}