[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / 4 / d / DATAStack / 4.0.1 / DATAStack.podspec.json
blob39256c87334b5c4557150edb34b61073d790f424
2   "name": "DATAStack",
3   "version": "4.0.1",
4   "summary": "Core Data stack 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     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/3lvis/DATAStack.git",
23     "tag": "4.0.1"
24   },
25   "source_files": "Source/",
26   "frameworks": [
27     "Foundation",
28     "CoreData"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "TestCheck": [
33       "~> 0.2.1"
34     ]
35   }