blob: 3c7516d71d9cf74de2d11115a38a18063dca62b1 [file] [log] [blame]
{
"name": "DropboxSync",
"version": "0.2.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.2.0"
},
"social_media_url": "https://twitter.com/Dan2552",
"platforms": {
"ios": "8.0"
},
"source_files": "DropboxSync/Classes/**/*",
"dependencies": {
"SwiftyDropbox": [
"~> 3.1"
],
"SwiftyJSON": [
"~> 2.3"
]
}
}