blob: 6c25629f09e449ba6b19deee2e712638889be28c [file] [log] [blame]
{
"name": "REFrostedViewController",
"version": "2.1.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": "2.1.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"
]
}
}