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