blob: 0f485b4a2921f95d8f7d26eab8129c0b15417ffc [file] [log] [blame]
{
"name": "SNMPLite",
"version": "1.0.1",
"platforms": {
"ios": "9"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "SNMP library to get SNMP oid",
"homepage": "https://github.com/Thanhdev2703/SNMPLite",
"authors": {
"Thanh Vu": "vuvanthanh.haui.ktpm1@gmail.com"
},
"source": {
"git": "https://github.com/Thanhdev2703/SNMPLite.git",
"tag": "1.0.1"
},
"description": "SNMP library to get SNMP oid",
"source_files": [
"SNMPLite/*.{h,m,cpp}",
"SNMPLite/public/*.h"
],
"public_header_files": "SNMPLite/public/*.h",
"requires_arc": true
}