blob: 68894845304d77a4898587b1cbd7b530989b5203 [file] [log] [blame]
{
"name": "NDMVVM",
"version": "0.0.2",
"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",
"tvos": "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.2"
},
"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": [
],
"NDManualObjects": [
]
},
"swift_version": "5.2"
}