[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 0 / e / ValidatedExtension / 3.0.1 / ValidatedExtension.podspec.json
blob3054833ff4cdeaeb9c38d2c7c6da8fd21fb5a369
2   "name": "ValidatedExtension",
3   "version": "3.0.1",
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://vknabel.github.io/ValidatedExtension",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Valentin Knabel": "develop@vknabel.com"
13   },
14   "social_media_url": "https://twitter.com/vknabel",
15   "source": {
16     "git": "https://github.com/vknabel/ValidatedExtension.git",
17     "tag": "3.0.1"
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": "Sources/**/*.swift"