[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 4 / d / DATAStack / 3.2.0 / DATAStack.podspec.json
blobe71cf3035835822b49413c15ec496b90a8f411af
2   "name": "DATAStack",
3   "version": "3.2.0",
4   "summary": "Core Data stack set up boilerplate",
5   "description": "* Feeling tired of having Core Data boilerplate in your AppDelegate?\n* No more.",
6   "homepage": "https://github.com/3lvis/DATAStack",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Elvis Nunez": "elvisnunez@me.com"
13   },
14   "social_media_url": "http://twitter.com/3lvis",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0"
19   },
20   "source": {
21     "git": "https://github.com/3lvis/DATAStack.git",
22     "tag": "3.2.0"
23   },
24   "source_files": "Source/",
25   "frameworks": [
26     "Foundation",
27     "CoreData"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "TestCheck": [
32       "~> 0.2.0"
33     ]
34   }