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