blob: a267ae8785df301f88cd883b2126bd87d84faf9c [file] [log] [blame]
{
"name": "AXViewControllers",
"version": "0.0.4",
"summary": "A basic view controler manager kits.",
"description": "A basic view controler manager using on iOS platform.",
"homepage": "https://github.com/devedbox/AXViewControllers",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aiXing": "862099730@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/devedbox/AXViewControllers.git",
"tag": "0.0.4"
},
"source_files": [
"AXViewControllers/ViewControllers/*.{h,m}",
"AXViewControllers/ViewControllers/Views/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"FDFullscreenPopGesture": [
],
"IQKeyboardManager": [
],
"MJRefresh": [
],
"pop": [
]
}
}