blob: 3a938081bf32455a233447ec26f7f4e17cf0a0d5 [file] [log] [blame]
{
"name": "Flowter",
"version": "0.2.7",
"summary": "A lightweight and customizable UIViewController flow cordinator",
"description": "A lightweight, swifty and customizable UIViewController flow cordinators",
"homepage": "https://www.zazcar.com.br",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Paulo Cesar Saito": "paulocsaito@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Zazcar/Flowter.git",
"tag": "v0.2.7"
},
"source_files": "Flowter/Source/*.swift",
"exclude_files": "FlowterDemo",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"dependencies": {
"KIF": [
]
},
"requires_app_host": true,
"source_files": "FlowterTests/*.{h,m,swift}",
"exclude_files": "FlowterTests/FlowterDemo*.swift"
}
]
}