blob: 8e09d92ddaad57507d08edc4e6174864ab7a7b22 [file] [log] [blame]
{
"name": "MLLog",
"version": "1.1.2",
"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.1.2"
},
"module_name": "MLLog",
"platforms": {
"ios": "8.0"
},
"source_files": "MLLog/*.{h,m}",
"resources": "MLLog/*.{storyboard,png}",
"resource_bundles": {
"MLLog": [
"MLLog/*.{storyboard,png}"
]
},
"frameworks": "SystemConfiguration",
"ios": {
"frameworks": "UIKit"
}
}