blob: 87e242288c86e10019363d58193b79e4f26f52f0 [file] [log] [blame]
{
"name": "WaQuLog",
"version": "0.1.0",
"summary": "A short description of WaQuLog.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitlab.waqu.com/ios/waqulog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhaojiangming": "zhaojiangming@gmail.com"
},
"source": {
"git": "https://gitlab.waqu.com/ios/waqulog.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"subspecs": [
{
"name": "Log",
"source_files": "WaQuLog/Log/*.{h,m}",
"public_header_files": "WaQuLog/Log/*.h"
}
]
}