blob: 51a9355af03c68ff199a500bb2be4c90cf577d13 [file] [log] [blame]
{
"name": "WWPresentTransitions",
"version": "0.3.0",
"summary": "A Custom Present Transition Animation On iOS.",
"description": "It is a Transition Animation When Present a ViewController, which implement by Objective-C.",
"homepage": "https://github.com/WW-Wang/WWPresentTransitions",
"license": "MIT",
"authors": {
"WW-Wang": "wzh464686744@gmail.com"
},
"source": {
"git": "https://github.com/WW-Wang/WWPresentTransitions.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "TransitionAnimation/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
]
}