blob: f31abfcd19e4251bd9ddeee75ee284ff5144b2b5 [file] [log] [blame]
{
"name": "UDSync",
"version": "0.1.0",
"license": "MIT",
"summary": "Making backend synchronizations easier.",
"homepage": "https://github.com/ud-sync/ud-sync-swift",
"authors": {
"Alexandre de Oliveira": "chavedomundo@gmail.com"
},
"source": {
"git": "https://github.com/ud-sync/ud-sync-swift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "UDSync/*.swift",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 3.1"
],
"SwiftyJSON": [
"~> 2.3"
],
"BrightFutures": [
"~> 3.3"
]
}
}