blob: 8ffa24d37d58daf7c437ad18c1a5460509498c88 [file] [log] [blame]
{
"name": "NDManualObjects",
"version": "0.0.4",
"summary": "Support create object by code instead of IB.",
"description": "NDManualObjects is a small framework that support create object by code instead of IB.",
"homepage": "https://github.com/hiep-nd/nd-manual-objects.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-manual-objects.git",
"tag": "Pod-0.0.4"
},
"source_files": "NDManualObjects/**/*.{h,m,mm}",
"public_header_files": "NDManualObjects/**/*.h",
"header_mappings_dir": "NDManualObjects",
"frameworks": [
"Foundation",
"UIKit"
],
"module_map": "NDManualObjects/NDManualObjects.modulemap",
"swift_version": "5.2"
}