blob: 312853c6a4f70416cdb61dd4209d10b87f595ab2 [file] [log] [blame]
{
"name": "FoxOnePaySDK",
"version": "1.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": "1.0.0"
},
"source_files": "paySDK/**/*.swift",
"resources": "paySDK/Resource/**/*.*",
"swift_version": "4.2",
"requires_arc": true,
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
],
"SwiftyRSA": [
],
"CryptoSwift": [
]
}
}