blob: eb15a8c3d0f6933e2ad7915058517d8e2d5646b1 [file] [log] [blame]
{
"name": "KPProgressImageView",
"version": "1.0",
"summary": "KPProgressImageView - simple library to provide double-tinted images for showing any operation progress in easy way",
"homepage": "https://github.com/kamilpiasek/KPProgressImageView",
"license": "MIT",
"authors": {
"Kamil Piasek": "kamil.piasek@gmail.com"
},
"source": {
"git": "https://github.com/kamilpiasek/KPProgressImageView.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"KPProgressImageView": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"UIImageTrim": [
"1.02"
]
}
}