blob: a2e80524589b950bd9e982b1396b7d6b7ae41286 [file] [log] [blame]
{
"name": "JSONViewController",
"version": "0.1.1",
"summary": "JSON driven view controllers using Flexbox",
"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.",
"homepage": "https://github.com/maranas/JSONViewController",
"screenshots": "https://raw.githubusercontent.com/maranas/JSONViewController/master/samplefeed.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Moises Aranas": "moises@ganglionsoftware.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/maranas/JSONViewController.git",
"tag": "0.1.1"
},
"source_files": "JSONViewController/**/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"YogaKit": [
"~> 1.7"
]
},
"swift_version": "4.2"
}