blob: ba063fcffb7bfec533a29fea873ccac331ea6a85 [file] [log] [blame]
{
"name": "NDCoordinators",
"version": "0.0.4",
"summary": "A implementation of coordinator pattern.",
"description": "NDCoordinators is a small framework that support interface and a base class for coordinator pattern.",
"homepage": "https://github.com/hiep-nd/nd-coordinator.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nguyen Duc Hiep": "hiep.nd@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": [
"4.0",
"5.1",
"5.2"
],
"source": {
"git": "https://github.com/hiep-nd/nd-coordinator.git",
"tag": "Pod-0.0.4"
},
"requires_arc": true,
"source_files": "NDCoordinators/**/*.{h,m,mm}",
"header_mappings_dir": "NDCoordinators",
"frameworks": [
"Foundation",
"UIKit"
],
"module_map": "NDCoordinators/NDCoordinators.modulemap",
"dependencies": {
"NDLog": [
"~> 0.0.5"
],
"NDUtils/objc": [
"~> 0.0.4"
]
},
"swift_version": "5.2"
}