blob: 703288fe7be64fbeecc18b6ba6cd7627c566d320 [file] [log] [blame]
{
"name": "movver-ios",
"version": "0.1.0",
"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.",
"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": "0.1.0"
},
"platforms": {
"ios": "9.3"
},
"source_files": "movver-ios/Classes/**/*",
"frameworks": "UIKit",
"deprecated_in_favor_of": "Movver"
}