blob: ee5a610e1b5c229be4e0b110f236bf4cbadcfc78 [file] [log] [blame]
{
"name": "cloudrail-si-ios-sdk",
"version": "1.0.0",
"summary": "CloudRail is a free software library which abstracts multiple APIs from different providers into a single and universal interface.",
"description": "Full documentation can be found at https://docs.cloudrail.com/\n\nWith CloudRail, you can easily integrate external APIs into your application. CloudRail is an abstracted interface that takes several services and then gives a developer-friendly API that uses common functions between all providers. This means that, for example, upload() works in exactly the same way for Dropbox as it does for Google Drive, OneDrive, and other Cloud Storage Services.",
"homepage": "http://www.cloudrail.com",
"license": {
"type": "Copyright",
"file": "LICENSE"
},
"authors": {
"Felipe Cesar": "felipe.cesar@cloudrail.com"
},
"source": {
"git": "https://github.com/CloudRail/cloudrail-si-ios-sdk.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/CloudRail",
"platforms": {
"ios": "8.0"
},
"vendored_frameworks": "Frameworks/CloudRail_ServiceCode.framework",
"frameworks": [
"UIKit",
"MapKit",
"CloudRail_ServiceCode"
]
}