blob: c3529ef4c8c511a8a913f825638a42603f5e150e [file] [log] [blame]
{
"name": "BITCocoaLumberjack",
"version": "0.0.6",
"summary": "BITCocoaLumberjack.",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://www.baidu.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jiaguoshang": "jia12216@163.com"
},
"source": {
"git": "https://gitee.com/jia12216/BITCocoaLumberjack.git",
"tag": "0.0.6"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "Default",
"source_files": "BITCocoaLumberjack/Classes/*.{h,m}",
"private_header_files": "BITCocoaLumberjack/Classes/*.h",
"subspecs": [
{
"name": "Extensions",
"source_files": "BITCocoaLumberjack/Classes/**/*"
}
]
}
]
}