blob: aea7aefdd792e199a64f32136b5a6ec4c355228a [file] [log] [blame]
{
"name": "HRUnits",
"version": "1.0.1",
"summary": "HRUnits",
"homepage": "https://github.com/luhuaren/HRUnits",
"license": {
"type": "TbagLicense",
"file": "LICENSE"
},
"authors": {
"tbag": "tbag@163.com"
},
"source": {
"git": "https://github.com/luhuaren/HRUnits.git",
"tag": "1.0.1"
},
"frameworks": [
"Foundation",
"UIKit"
],
"exclude_files": [
"**/*.md",
"**/LICENSE"
],
"source_files": "HRUnits/*.{h,m}",
"requires_arc": true,
"static_framework": true,
"platforms": {
"ios": "8.0"
},
"dependencies": {
"Reachability": [
"~> 3.1"
]
}
}