blob: 30dc40f8084459e9c554b8b83e1d6431e49e6b07 [file] [log] [blame]
{
"name": "AppFlow",
"version": "0.1.2",
"summary": "AppFlow provides a type-checked declarative DSL for defining your app's user and data flow.",
"description": "AppFlow provides a type-checked declarative DSL for defining your app's user and data flow.\nIt makes it easy to adopt the flow coordinator/controller pattern and keep your UIViewControllers agnostic.",
"homepage": "https://github.com/johnpatrickmorgan/AppFlow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"johnpatrickmorgan": "johnpatrickmorganuk@gmail.com"
},
"source": {
"git": "https://github.com/johnpatrickmorgan/AppFlow.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/jpmmusic",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}