blob: ad5b94854fff51fa95f1b74caf45d8b25574087b [file] [log] [blame]
{
"name": "FoxOnePaySDK",
"version": "2.0.0",
"summary": "FoxOne Pay SDK",
"description": "FoxOne Pay SDK for iOS",
"homepage": "https://github.com/fox-one/foxone-pay-ios-sdk",
"license": "Apache License 2.0",
"authors": {
"moubuns": "mengwl@fox.one"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/fox-one/foxone-pay-ios-sdk.git",
"tag": "2.0.0"
},
"source_files": "paySDK/**/*.swift",
"resources": "paySDK/Resource/**/*.*",
"swift_version": "5.0",
"requires_arc": true,
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
],
"SwiftyRSA": [
],
"CryptoSwift": [
]
}
}