blob: 2c168524b7414eead02e79472eb1453f9654ec5d [file] [log] [blame]
{
"name": "JS_Log",
"version": "1.0.0",
"summary": "Log for iOS",
"description": " Log management for iOS with View Controller to show logs.\n",
"homepage": "https://github.com/mozeal/JS_Log",
"license": "MIT",
"authors": {
"mozeal": "mozeal@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/mozeal/JS_Log.git",
"tag": "1.0.0"
},
"source_files": "JS_Log/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}