blob: 0681ff8283dc5ed0bb17ced6fc46909a60ce34ff [file] [log] [blame]
{
"name": "iOSSharedViewTransition",
"version": "1.0.1",
"summary": "iOS 7 based transition library for View Controllers having a Common View",
"description": " An iOS 7 based transition library for View Controllers having a Common View.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/asifmujteba/iOSSharedViewTransition",
"screenshots": "https://raw.githubusercontent.com/asifmujteba/iOSSharedViewTransition/master/sample.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Asif Mujteba": "asifmujteba@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/asifmujteba/iOSSharedViewTransition.git",
"tag": "1.0.1"
},
"source_files": [
"Classes",
"*.{h,m}"
],
"requires_arc": true
}