blob: 47320dcd2d92e074a1788784fb8259b5b767b58f [file] [log] [blame]
{
"name": "APLProgressKringel",
"version": "0.0.1",
"summary": "A modern circular progress indicator view",
"description": "This pod provides the APLProgressKringelView, which can display your progress in a modern way.",
"homepage": "https://github.com/apploft/APLProgressKringel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Nico Schuemann",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/apploft/APLProgressKringel.git",
"tag": "0.0.1"
},
"source_files": "Classes/*.{h,m}",
"resources": "Classes/*.xib",
"public_header_files": [
"Classes/*.h"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}