blob: c312a4df2d4e111b552a0a7f74bc443b730dfd20 [file] [log] [blame]
{
"name": "MRProgress",
"version": "0.2.1",
"summary": "Collection of iOS drop-in components to visualize progress 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.1"
},
"source_files": "src/**/*.{h,m}",
"prefix_header_file": "src/MRProgress.h",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit",
"QuartzCore",
"CoreGraphics",
"Accelerate"
]
}
}