[Add] GeovisEarthKit 1.0.1
[CocoaPods.git] / Specs / 6 / 1 / 8 / JSONViewController / 0.1.1 / JSONViewController.podspec.json
bloba2e80524589b950bd9e982b1396b7d6b7ae41286
2   "name": "JSONViewController",
3   "version": "0.1.1",
4   "summary": "JSON driven view controllers using Flexbox",
5   "description": "JSONViewController is a way to define views and routing\nusing JSON and Flexbox (YogaKit). It is designed to work\nwith server-side JSON, but should work with bundled JSON\nin the client as well.",
6   "homepage": "https://github.com/maranas/JSONViewController",
7   "screenshots": "https://raw.githubusercontent.com/maranas/JSONViewController/master/samplefeed.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Moises Aranas": "moises@ganglionsoftware.com"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/maranas/JSONViewController.git",
20     "tag": "0.1.1"
21   },
22   "source_files": "JSONViewController/**/*.{h,m}",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "YogaKit": [
26       "~> 1.7"
27     ]
28   },
29   "swift_version": "4.2"