blob: 0e2640289695190a3a3364adc5b8780df0c9c2c5 [file] [log] [blame]
{
"name": "BubbleTransition-objc",
"version": "0.1.0",
"summary": "An objective-C version of andreamazz/BubbleTransition",
"description": " A custom modal transition that presents and dismiss a controller inside an expanding and shrinking bubble.\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/epingwang/BubbleTransition",
"license": "MIT",
"authors": {
"王易平": "me@epingwang.me"
},
"source": {
"git": "https://github.com/epingwang/BubbleTransition.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BubbleTransition": [
"Pod/Assets/*.png"
]
}
}