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