blob: 537a03ca2adcb358e9f2b0acddc59ee0f2472548 [file] [log] [blame]
{
"name": "MRProgress",
"version": "0.3.1",
"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.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"
]
}
}