blob: 8d0c4d3933c33412f0b83bf8bdd2aa10a54ffbd5 [file] [log] [blame]
{
"name": "JMLog",
"version": "1.0.1",
"summary": "A short description of JMLog.",
"description": "this is my first pods.",
"homepage": "https://github.com/jimmylen/JMLog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"linjiaming": "linjiaming@jingyu.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jimmylen/JMLog.git",
"tag": "1.0.1"
},
"source_files": [
"JMLog",
"JMLog/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"PocketSocket": [
"~> 1.0.1"
]
}
}