blob: 27cc89bc78622d4fd7ecb42a5bb7363430d4b176 [file] [log] [blame]
{
"name": "KSCircleProgressView",
"summary": "KSCircleProgressView : a lightweight iOS Circle ProgressView.",
"version": "0.0.3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"abredo": "abredo@gmail.com"
},
"homepage": "https://github.com/abredo/KSCircleProgressViewDemo",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/abredo/KSCircleProgressViewDemo.git",
"tag": "0.0.3"
},
"requires_arc": true,
"source_files": [
"KSCircleProgressView",
"*.{h,m}"
],
"public_header_files": "KSCircleProgressView/**/*.{h}",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore"
]
}