blob: 23d35bba727af053362640cf4bba65c3ee9003df [file] [log] [blame]
{
"name": "NDMVVM",
"version": "0.0.1",
"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.1"
},
"source_files": "NDMVVM/**/*.{h,m,mm}",
"public_header_files": [
"NDMVVM/NDMVVM.h",
"NDMVVM/{Abstracts,ViewModels,Views}/**/*.h"
],
"header_mappings_dir": "NDMVVM",
"dependencies": {
"NDLog": [
],
"NDManualObjects": [
]
},
"swift_version": "5.2"
}