[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 6 / e / GKCoreData / 1.0.4 / GKCoreData.podspec.json
blobeb25d90dddf7dff0113899d9df5c7457386938a2
2   "name": "GKCoreData",
3   "platforms": {
4     "ios": "10.0"
5   },
6   "version": "1.0.4",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "homepage": "https://github.com/GrumpyKir/GKCoreData",
12   "authors": {
13     "Opekishev Kirill": "grumpykir@gmail.com"
14   },
15   "summary": "CoreData layer",
16   "source": {
17     "git": "https://github.com/GrumpyKir/GKCoreData.git",
18     "tag": "1.0.4"
19   },
20   "swift_version": "5.0",
21   "source_files": "GKCoreData/SourceData/*.swift",
22   "requires_arc": true,
23   "frameworks": [
24     "UIKit",
25     "CoreData"
26   ],
27   "dependencies": {
28     "GKExtensions": [
29       "~> 1.1.0"
30     ]
31   }