blob: 6d6ba634635a73910a2801e0e01431dfdb8419cc [file] [log] [blame]
{
"name": "ThinCloud",
"version": "0.2.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.2.0"
},
"swift_version": "4.1",
"platforms": {
"ios": "11.0",
"tvos": "11.0"
},
"source_files": "Source/ThinCloud/**/*",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 4.7.3"
]
}
}