blob: a7721954af82b5ef0c78af6aadb6ee454b548283 [file] [log] [blame]
{
"name": "ICGTransitionAnimation",
"version": "1.01",
"summary": "Library to customize transition animation in iOS 7",
"description": " ICGTransitionAnimation provides a convenient method to present view controllers with custom animation and interaction.\n You can also easily create your own transition animations and apply them to your view controllers to make your app stand out.\n\n",
"screenshots": "https://raw.githubusercontent.com/itsmeichigo/ICGTransitionAnimation/master/Demo.gif",
"homepage": "https://github.com/itsmeichigo/ICGTransitionAnimation",
"social_media_url": "https://twitter.com/itsmeichigo",
"license": "MIT",
"authors": "Huong Do",
"platforms": {
"ios": "6.1"
},
"source": {
"git": "https://github.com/itsmeichigo/ICGTransitionAnimation.git",
"tag": "1.01"
},
"source_files": "Source/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}