blob: 9e37df9c36cac8424a311c03d9a74365fc932406 [file] [log] [blame]
{
"name": "JS_Log",
"version": "1.0.1",
"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.1"
},
"source_files": "JS_Log/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}