blob: e760cde83ad963ac5d3872fa58bccbe349d99c33 [file] [log] [blame]
{
"name": "MRProgress",
"version": "0.2.0",
"summary": "MRProgress is a collection of drop-in components that displays a dimmed overlay with a blurred box view with different modes.",
"homepage": "https://github.com/mrackwitz/MRProgress",
"authors": {
"Marius Rackwitz": "git@mariusrackwitz.de"
},
"license": "MIT License",
"source": {
"git": "https://github.com/mrackwitz/MRProgress.git",
"tag": "0.2.0"
},
"source_files": "src/**/*.{h,m}",
"prefix_header_file": "src/MRProgress.h",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit",
"QuartzCore",
"CoreGraphics",
"Accelerate"
]
}
}