blob: 370f8bb49d3178fe27f648928bfc631ce568bd93 [file] [log] [blame]
{
"name": "BeanTransitionManager",
"version": "0.2.1",
"summary": "A Pinterest style segue for expanding UIImageViews into detail views.",
"description": " BeanTransitionManager is a means for expanding UIImageViews into detail views in a way similar to that used in the Pinterest iOS app.\n\nPlease see the demo project included for example usage.\n",
"homepage": "https://github.com/sfwalsh/BeanTransitionManager",
"license": "MIT",
"authors": {
"Stephen Walsh": "sw7891@hotmail.com"
},
"source": {
"git": "https://github.com/sfwalsh/BeanTransitionManager.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BeanTransitionManager": [
"Pod/Assets/*.png"
]
}
}