blob: aa81efe5ff28162f406de4bee96ec473af1ac1af [file] [log] [blame]
{
"name": "Movver",
"version": "3.0.2",
"summary": "An implementation of MOVVER protocol with some helpers.",
"description": "This is an implementation of develapps MOVVER architecture. This is a clean architecture that tries to\nseparate responsibilities but without tons of boilerplate code. See the example for more.\n\nv2.1.0: Implements deep linking with routes",
"homepage": "https://github.com/develapps/movver-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pablo Romeu": "pablo.romeu@develapps.com"
},
"source": {
"git": "https://github.com/develapps/movver-ios.git",
"tag": "3.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "movver-ios/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}