blob: 9e90c50e49b1029cd2fbb3c5db393e2d21a62fe7 [file] [log] [blame]
{
"name": "WePay",
"version": "4.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/v4.0.0/wepay-ios-4.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"
]
}