blob: 70ebb0879ceb9397b4fad7a926c08b8cf8a3bf8a [file] [log] [blame]
{
"name": "SwiftyDropbox",
"version": "3.2.0",
"summary": "Dropbox Swift SDK for API v2",
"homepage": "https://dropbox.com/developers/",
"license": "MIT",
"authors": {
"Ryan Pearl": "rpearl@dropbox.com"
},
"source": {
"git": "https://github.com/dropbox/SwiftyDropbox.git",
"tag": "3.2.0"
},
"source_files": "Source/*.{h,m,swift}",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"dependencies": {
"Alamofire": [
"~> 3.3.1"
]
}
}