blob: 07b7f93e0171319de488cb7569127e2b5dc65c95 [file] [log] [blame]
{
"name": "AXViewControllerTransitioning",
"version": "1.0.0",
"summary": "A short description of AXViewControllerTransitioning.",
"description": "类似UIAlertViewController 效果,封装成viewController",
"homepage": "https://github.com/axinger/AXViewControllerTransitioning",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"axinger": "axinger@outlook.com"
},
"source": {
"git": "https://github.com/axinger/AXViewControllerTransitioning.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AXViewControllerTransitioning/Classes/**/*",
"dependencies": {
"ReactiveObjC": [
"~> 3.0.0"
]
}
}