[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / f / e / SwaggerKit / 1.0.0-alpha.4 / SwaggerKit.podspec.json
blob5600077aea4a2a24e75d315af69c1b5b990c52bc
2   "name": "SwaggerKit",
3   "version": "1.0.0-alpha.4",
4   "summary": "A swifty parser for OpenAPI (Swagger) specs",
5   "homepage": "https://github.com/almazrafi/SwaggerKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Almaz Ibragimov": "almazrafi@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/almazrafi/SwaggerKit.git",
15     "tag": "1.0.0-alpha.4"
16   },
17   "swift_versions": "5.0",
18   "source_files": "Sources/**/*.swift",
19   "frameworks": "Foundation",
20   "platforms": {
21     "ios": "10.0",
22     "osx": "10.12",
23     "tvos": "10.0",
24     "watchos": "3.0"
25   },
26   "dependencies": {
27     "Yams": [
28       "~> 2.0"
29     ]
30   },
31   "swift_version": "5.0"