blob: 0b7cc3f9e65164446610c14d73056d2fe9d1129c [file] [log] [blame]
{
"name": "SwiftyDropbox",
"version": "2.0.0",
"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.0"
},
"source_files": "Source/*.{h,m,swift}",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"dependencies": {
"Alamofire": [
"~> 2.0.2"
]
}
}