[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 3 / 6 / Validated / 3.0.0 / Validated.podspec.json
blobe41632cb5b27c21b8afab8768f48fc9f9e4e9f5f
2   "name": "Validated",
3   "version": "3.0.0",
4   "summary": "A Swift μ-Library for Somewhat Dependent Types",
5   "description": "Validated is a μ-library (~50 Source Lines of Code) that allows you make better use of Swift's type system\nby providing tools for easily generating new types with built-in guarantees.",
6   "homepage": "https://github.com/Ben-G/Validated",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Benjamin Encz": "me@benjamin-encz.de"
13   },
14   "social_media_url": "http://twitter.com/benjaminencz",
15   "source": {
16     "git": "https://github.com/Ben-G/Validated.git",
17     "tag": "3.0.0"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "requires_arc": true,
26   "source_files": "Validated/**/*.swift"