blob: 567e26ff1b06d44e6e7ea3dfe631cefe57316cb5 [file] [log] [blame]
{
"name": "BeanTransitionManager",
"version": "0.1.0",
"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.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BeanTransitionManager": [
"Pod/Assets/*.png"
]
}
}