blob: 8a96e2ecc6bc1d55545fa0cbfeb441f8a3973d96 [file] [log] [blame]
{
"name": "Movver",
"version": "2.1.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": "2.1.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "movver-ios/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}