blob: 9db17b33c005eb9cb03eb78bf31a7b3f2922a1a1 [file] [log] [blame]
{
"name": "NDMVVM",
"version": "0.0.3",
"summary": "Support MVVM pattern.",
"description": "NDMVVM is a small framework that support MVVM pattern.",
"homepage": "https://github.com/hiep-nd/nd-mvvm.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"
],
"requires_arc": true,
"source": {
"git": "https://github.com/hiep-nd/nd-mvvm.git",
"tag": "Pod-0.0.3"
},
"source_files": "NDMVVM/**/*.{h,m,mm}",
"public_header_files": "NDMVVM/**/*.h",
"private_header_files": "NDMVVM/**/Privates/**/*.h",
"header_mappings_dir": "NDMVVM",
"frameworks": [
"Foundation",
"UIKit"
],
"module_map": "NDMVVM/NDMVVM.modulemap",
"dependencies": {
"NDLog": [
"~> 0.0.5"
],
"NDManualObjects": [
"~> 0.0.7"
],
"NDUtils/objc": [
"~> 0.0.4"
]
},
"swift_version": "5.2"
}