[Add] SealdSdk 0.9.0-beta.1
[CocoaPods.git] / Specs / 1 / 6 / 7 / Polymorphic / 2.0.0-alpha.1 / Polymorphic.podspec.json
blobfcf2ad60234b4e00eaa01d8a9c02ea6354580f08
2   "name": "Polymorphic",
3   "version": "2.0.0-alpha.1",
4   "license": "MIT",
5   "homepage": "https://github.com/vapor/polymorphic",
6   "authors": {
7     "Vapor": "contact@vapor.codes"
8   },
9   "summary": "Syntax for easily accessing values from generic data.",
10   "source": {
11     "git": "https://github.com/vapor/polymorphic.git",
12     "tag": "2.0.0-alpha.1"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "social_media_url": "https://twitter.com/codevapor",
22   "default_subspecs": "Default",
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Default",
27       "source_files": "Sources/**/*.{swift}"
28     }
29   ]