[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / d / 6 / Raccoon / 1.3.0 / Raccoon.podspec.json
blobf955e7487234e3b9f19994f137788f86ae2a8e4d
2   "name": "Raccoon",
3   "version": "1.3.0",
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.3.0"
16   },
17   "requires_arc": true,
18   "dependencies": {
19     "Alamofire": [
20       "~> 4.7"
21     ],
22     "PromiseKit/CorePromise": [
23       "~> 4.4"
24     ],
25     "AlamofireCoreData": [
26       "~> 2.0"
27     ]
28   },
29   "source_files": "Raccoon/source/**/*.{swift}",
30   "frameworks": "CoreData"