blob: 19f7c3332c195fa0d885bc8668d1849a35467085 [file] [log] [blame]
{
"name": "REFrostedViewController",
"version": "1.0.1",
"authors": {
"Roman Efimov": "romefimov@gmail.com"
},
"homepage": "https://github.com/romaonthego/REFrostedViewController",
"summary": "iOS 7 style blurred view controller that appears on top of your view controller.",
"source": {
"git": "https://github.com/romaonthego/REFrostedViewController.git",
"tag": "1.0.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "REFrostedViewController",
"public_header_files": "REFrostedViewController/*.h",
"ios": {
"frameworks": [
"QuartzCore",
"Accelerate"
]
}
}