blob: e2dee93c83bd8583bbd7bd098f96761985fbe265 [file] [log] [blame]
{
"name": "JUOShrinkPresent",
"version": "0.1.0",
"summary": "Custom presentation delegate that shrinks the VC in the back.",
"description": " JUOShrinkPresent is a custom presentation delegate that shrinks the ViewController\n that stays in the back like the mail app does in iOS8 when composing a new email.\n",
"homepage": "https://github.com/juanuribeo13/JUOShrinkPresent",
"license": "MIT",
"authors": {
"Juan Uribe": "juanuribeo13@gmail.com.co"
},
"source": {
"git": "https://github.com/juanuribeo13/JUOShrinkPresent.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JUOShrinkPresent": [
"Pod/Assets/*.png"
]
}
}