[Add] BonreeCore 1.5.2
[CocoaPods.git] / Specs / 2 / d / 6 / Raccoon / 1.1.1 / Raccoon.podspec.json
blobf80f9904bbd90dda952ccde0f413b36a7ab4578d
2   "name": "Raccoon",
3   "version": "1.1.1",
4   "summary": "Puts together Alamofire, CoreData and PromiseKit",
5   "description": "A nice set of protocols and tools that puts together Alamofire, PromiseKit and CoreData.",
6   "homepage": "https://github.com/ManueGE/Raccoon/",
7   "license": "MIT",
8   "authors": "Manuel García-Estañ",
9   "social_media_url": "http://twitter.com/ManueGE",
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/ManueGE/Raccoon.git",
15     "tag": "1.1.1"
16   },
17   "requires_arc": true,
18   "dependencies": {
19     "Alamofire": [
20       "~> 4.5"
21     ],
22     "PromiseKit/CorePromise": [
23       "~> 4.2"
24     ],
25     "AlamofireCoreData": [
26       "~> 1.0"
27     ]
28   },
29   "source_files": "Raccoon/source/**/*.{swift}",
30   "frameworks": "CoreData",
31   "pushed_with_swift_version": "3.0"