blob: 69d0d1e99b9885126101d91a31fc1148421a4810 [file] [log] [blame]
{
"name": "VCProfiler",
"version": "0.0.1",
"summary": "An easy and simple tool to measure the time cost of every view controller.",
"description": "This is an easy and simple tool to measure the time cost of every view controller.",
"homepage": "https://github.com/panmingyang2009/VCProfiler",
"license": "Apache License, Version 2.0",
"authors": {
"潘名扬": "panmingyang2009@live.cn"
},
"social_media_url": "http://punmy.cn",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/panmingyang2009/VCProfiler.git",
"tag": "0.0.1"
},
"source_files": [
"VCProfiler",
"VCProfiler/**/*.{h,m}"
],
"requires_arc": true
}