[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / b / 2 / Records / 1.0.1 / Records.podspec.json
blob98149a45fa7a894d6c0488ab6ddc48c5e9a419ce
2   "name": "Records",
3   "version": "1.0.1",
4   "summary": "A lightweight convenience API for basic CoreData database tasks.",
5   "description": "In just a few minutes, setup a fully functioning CoreData implementation that embraces the static, type-safe nature of Swift.",
6   "homepage": "https://github.com/rob-nash/Records",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Robert Nash": "robscode@icloud.com"
13   },
14   "social_media_url": "https://twitter.com/nashytitz",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/rob-nash/Records.git",
20     "tag": "1.0.1"
21   },
22   "source_files": "Records/*.{swift}",
23   "requires_arc": true,
24   "pushed_with_swift_version": "4.0"