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