blob: d6b594ed619b6afc92b08b2add5e8706c8c84de6 [file] [log] [blame]
{
"name": "MRProgress",
"version": "0.3.0",
"summary": "Collection of iOS drop-in components to visualize progress with different modes",
"homepage": "https://github.com/mrackwitz/MRProgress",
"social_media_url": "https://twitter.com/mrackwitz",
"authors": {
"Marius Rackwitz": "git@mariusrackwitz.de"
},
"license": "MIT License",
"source": {
"git": "https://github.com/mrackwitz/MRProgress.git",
"tag": "0.3.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"
]
}
}