blob: a54c02a60c76305e5ae6cc9bb21c42d69e7d03f1 [file] [log] [blame]
{
"name": "AXViewControllerTransitioning",
"version": "1.1.2",
"summary": "axinger iOS开发",
"description": "类似UIAlertViewController 效果,封装成viewController",
"homepage": "https://www.jianshu.com/u/332ecb51d41b",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"axinger": "liu_weixing@qq.com"
},
"source": {
"git": "https://github.com/axinger/AXViewControllerTransitioning.git",
"tag": "1.1.2"
},
"platforms": {
"ios": "9.0"
},
"prefix_header_contents": "#define HHHH @\"测试代码\"",
"public_header_files": "AXViewControllerTransitioning/AXViewControllerTransitioning.h",
"source_files": "AXViewControllerTransitioning/*.h",
"dependencies": {
"ReactiveObjC": [
"~> 3.0.0"
]
},
"subspecs": [
{
"name": "Core",
"source_files": "AXViewControllerTransitioning/Core/*.{h,m}"
},
{
"name": "Component",
"dependencies": {
"AXViewControllerTransitioning/Core": [
]
},
"source_files": "AXViewControllerTransitioning/Component/*.{h,m}"
}
]
}