blob: 76b92f7a1d9e64f0916f5efb3e84008a2174fdd6 [file] [log] [blame]
{
"name": "MLLog",
"version": "1.0.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/nomoneynohoney/MLLog",
"authors": {
"Marc Liu": "sorrystyle@gapp.nthu.edu.tw"
},
"summary": "A NSLog replacement for showing log window on device.",
"source": {
"git": "https://github.com/nomoneynohoney/MLLog.git",
"tag": "1.0.0"
},
"module_name": "MLLog",
"platforms": {
"ios": "8.0"
},
"source_files": "MLLog/*.{h,m}",
"frameworks": "SystemConfiguration",
"ios": {
"frameworks": "UIKit"
}
}