[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 4 / d / DATAStack / 6.1.1 / DATAStack.podspec.json
blob911e9252bd28d416ae8c37c93ec92cbb3f26a97c
2   "name": "DATAStack",
3   "version": "6.1.1",
4   "summary": "100% Swift Simple Boilerplate Free Core Data Stack",
5   "description": "* Easier thread safety\n* Runs synchronously in testing enviroments\n* No singletons\n* SQLite and InMemory support out of the box\n* Easy database drop method\n* Swift\n* Objective-C support\n* Free",
6   "homepage": "https://github.com/SyncDB/DATAStack",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "SyncDB": "syncdb.contact@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/Sync_DB",
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/SyncDB/DATAStack.git",
23     "tag": "6.1.1"
24   },
25   "source_files": "Source/",
26   "frameworks": [
27     "Foundation",
28     "CoreData"
29   ],
30   "requires_arc": true,
31   "pushed_with_swift_version": "3.0"