[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 6 / f / CoreDataDandy / 0.6.1 / CoreDataDandy.podspec.json
bloba35fde2ed5d79546551751f4ac0aed256095f080
2   "name": "CoreDataDandy",
3   "version": "0.6.1",
4   "summary": "A feature-light wrapper around Core Data that simplifies common database operations.",
5   "description": "Initializes your Core Data stack, manages your saves, inserts, and fetches, and maps json to NSManagedObjects.",
6   "homepage": "https://github.com/fuzz-productions/CoreDataDandy",
7   "license": "MIT",
8   "authors": {
9     "Noah Blake": "noah@fuzzproductions.com"
10   },
11   "source": {
12     "git": "https://github.com/fuzz-productions/CoreDataDandy.git",
13     "tag": "0.6.1"
14   },
15   "social_media_url": "https://twitter.com/fuzzpro",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Sources/**/*",
21   "frameworks": "CoreData",
22   "pushed_with_swift_version": "3.0"