blob: 53c3b4899fa2baf6fa906ab3b40c1e3ea5093427 [file] [log] [blame]
{
"name": "HRLib",
"version": "0.0.3",
"summary": "sample tool",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/libaibo/HRLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"baibo": "houdian87@163.com"
},
"source": {
"git": "https://github.com/libaibo/HRLib.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "HRLib.framework/**/*.{h}",
"vendored_frameworks": "HRLib.framework",
"frameworks": [
"UIKit",
"Foundation"
]
}