[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 4 / d / DATAStack / 3.1.2 / DATAStack.podspec.json
blob3dbdb16ae63d8c0ea5527f5b8a24e51bbf65d045
2   "name": "DATAStack",
3   "version": "3.1.2",
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": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/3lvis/DATAStack.git",
20     "tag": "3.1.2"
21   },
22   "source_files": "Source/",
23   "frameworks": [
24     "Foundation",
25     "CoreData"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "NSObject-HYPTesting": [
30       "~> 1.2"
31     ]
32   }