blob: fa5e3850cb05f512a40d1a6408269e4f4ac4b663 [file] [log] [blame]
{
"name": "LOLProgressOverlayView",
"version": "0.1.0",
"summary": "UIButton / UIView category that add a progress indicator overlay simply with single line of code.",
"homepage": "https://github.com/DJBen/LOLProgressOverlayView",
"screenshots": "https://raw.github.com/DJBen/LOLProgressOverlayView/master/LOLProgressOverlayViewExample.png",
"license": "MIT",
"authors": {
"DJBen": "lsh32768@gmail.com"
},
"source": {
"git": "https://github.com/DJBen/LOLProgressOverlayView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes/ios/*.{h,m}",
"ios": {
"exclude_files": "Classes/osx"
}
}