blob: c610741d2805d0954820413c28128bcfde766252 [file] [log] [blame]
{
"name": "ThinCloud",
"version": "0.3.0",
"summary": "The Yonomi ThinCloud SDK for iOS.",
"homepage": "https://github.com/Yonomi/thincloud-ios-sdk",
"license": {
"type": "Copyright",
"file": "LICENSE"
},
"authors": {
"Yonomi": "developer@yonomi.co"
},
"source": {
"git": "https://github.com/Yonomi/thincloud-ios-sdk.git",
"tag": "0.3.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "11.0",
"tvos": "11.0"
},
"source_files": "Source/ThinCloud/**/*.swift",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 4.7.3"
]
}
}