blob: bacbc66964996066e0c98116b80fe996a930a47e [file] [log] [blame]
{
"name": "HBProgressSAH",
"version": "0.1.0",
"summary": "A beautiful ProgressView For iOS.",
"description": "* Think: What does it do? Why did you write it? What is the focus?\n* Try to keep it short, snappy and to the point.\n* Write the description between the DESC delimiters below.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/mdjipcs/HBProgressSAH",
"license": "MIT",
"authors": {
"Ryu Su": "yishanpei@live.cn"
},
"source": {
"git": "https://github.com/mdjipcs/HBProgressSAH.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HBProgressSAH": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"QuartzCore"
]
}