[Add] flutter_sound_core 9.19.0
[CocoaPods.git] / Specs / b / 6 / f / CoreDataDandy / 0.2.4 / CoreDataDandy.podspec.json
blob24e4d8a1501e11491548926f7579b6d6518e9081
2   "name": "CoreDataDandy",
3   "version": "0.2.4",
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.2.4"
14   },
15   "social_media_url": "https://twitter.com/fuzzpro",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Source",
21   "resource_bundles": {
22     "CoreDataDandy": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "CoreData"