blob: d415ce4e4731a7d5fc866e9eebcecdc68c8abb94 [file] [log] [blame]
{
"name": "DropboxSync",
"version": "0.1.0",
"summary": "A easy to implement protocol based sync library build ontop of SwiftyDropbox",
"description": "By implementing the DropboxSyncable protocol methods in your class will make the class syncable via Dropbox.",
"homepage": "https://github.com/Dan2552/DropboxSync",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Inkpen": "dan2552@gmail.com"
},
"source": {
"git": "https://github.com/Dan2552/DropboxSync.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DropboxSync/Classes/**/*",
"dependencies": {
"SwiftyDropbox": [
"~> 3.1"
],
"SwiftyJSON": [
"~> 2.3"
]
}
}