blob: 338bc7abbe6a8f3f6d29324eca80276002dc1994 [file] [log] [blame]
{
"name": "EasyDBox",
"version": "0.1.1",
"summary": "EasyDBox is a restful api to connect to dropbox using your unique token",
"description": "Integrate dropbox with your iOS project using only the token provided by dropbox\nIn order to create the token, visit: https://www.dropbox.com/developers/apps\nYou would need to create a app first\nEnjoy.",
"homepage": "https://github.com/diouro/EasyDBox",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paulo Goncalves": "phsgjc@gmail.com"
},
"source": {
"git": "https://github.com/diouro/EasyDBox.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "EasyDBox/Classes/**/*"
}