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