blob: 16deb60e4c4a5b8c19c77390a7cef8605f1ce009 [file] [log] [blame]
{
"name": "SHViperSwiftKit",
"version": "0.1.1",
"summary": "VIPER commonly used and helpful modules parts.",
"description": "VIPER commonly used and helpful modules parts:\n- ViperModuleTransitionHandler",
"homepage": "https://github.com/Viveron/SHViperSwiftKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Victor Shabanov": "shabanov.dev.git@gmail.com"
},
"source": {
"git": "https://github.com/Viveron/SHViperSwiftKit.git",
"tag": "0.1.1"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"subspecs": [
{
"name": "ViperTransitionHandler",
"source_files": "SHViperSwiftKit/Classes/ViperTransitionHandler/**/*",
"header_mappings_dir": "SHViperSwiftKit/Classes/ViperTransitionHandler"
}
]
}