[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 7 / b / 5 / EMStore / 1.6.2 / EMStore.podspec.json
blobe7d6c92ca85cb8ec67a8d48dece7013b72b0b848
2   "name": "EMStore",
3   "version": "1.6.2",
4   "swift_versions": "5.0",
5   "summary": "A simple SQLite wrapper library for faster setup of core data",
6   "description": "With this library, you don't need to write all this ManagedObjectContext and Persistance Store Coordinator, because it does that for you. All you need to do is to focus on your models.",
7   "homepage": "https://github.com/EMart86/EMStore",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "eberl_ma@gmx.at": "Martin Eberl"
14   },
15   "source": {
16     "git": "https://github.com/EMart86/EMStore.git",
17     "tag": "1.6.2"
18   },
19   "platforms": {
20     "ios": "9.0",
21     "tvos": "10.0"
22   },
23   "source_files": "EMStore/Classes/**/*",
24   "swift_version": "5.0"