blob: f955e7487234e3b9f19994f137788f86ae2a8e4d [file] [log] [blame]
{
"name": "Raccoon",
"version": "1.3.0",
"summary": "Puts together Alamofire, CoreData and PromiseKit",
"description": "A nice set of protocols and tools that puts together Alamofire, PromiseKit and CoreData.",
"homepage": "https://github.com/ManueGE/Raccoon/",
"license": "MIT",
"authors": "Manuel García-Estañ",
"social_media_url": "http://twitter.com/ManueGE",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ManueGE/Raccoon.git",
"tag": "1.3.0"
},
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"PromiseKit/CorePromise": [
"~> 4.4"
],
"AlamofireCoreData": [
"~> 2.0"
]
},
"source_files": "Raccoon/source/**/*.{swift}",
"frameworks": "CoreData"
}