blob: f80f9904bbd90dda952ccde0f413b36a7ab4578d [file] [log] [blame]
{
"name": "Raccoon",
"version": "1.1.1",
"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.1.1"
},
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.5"
],
"PromiseKit/CorePromise": [
"~> 4.2"
],
"AlamofireCoreData": [
"~> 1.0"
]
},
"source_files": "Raccoon/source/**/*.{swift}",
"frameworks": "CoreData",
"pushed_with_swift_version": "3.0"
}