blob: 9cbd87e52b3afb9370e879c8fa3af4142327322a [file] [log] [blame]
{
"name": "PATransition",
"version": "0.1.1",
"summary": "It is a transition animation asset.",
"description": "It is a transition animation asset。 We can add some transiton animations between view controllers in our iOS Apps . Now,it is easily to do this by this animation asset,even only one line of code. It includes about 50 kinds of animations. Now, it support 4 kinds of gesture for pop view controller.",
"homepage": "https://github.com/Snackstops/PATransition",
"license": {
"type": "MIT"
},
"authors": {
"Snackstops": "30.4.36105@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Snackstops/PATransition.git",
"tag": "0.1.1"
},
"source_files": "PATransition/PATransition.framework/Headers/*.{h}",
"vendored_frameworks": "PATransition/PATransition.framework",
"public_header_files": "PATransition/PATransition.framework/Headers/PATransition.h",
"frameworks": [
"UIKit",
"Foundation",
"SafariServices"
],
"dependencies": {
"AFNetworking": [
"4.0.1"
],
"JPush": [
"3.3.3"
]
}
}