[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 6 / f / CoreDataDandy / 0.6.0 / CoreDataDandy.podspec.json
blob7872437b64f649941924b06dd25fac7df3f680a0
2   "name": "CoreDataDandy",
3   "version": "0.6.0",
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.0"
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"