blob: 8709aa8f3010bf0c65283f893fe87ba3af02c620 [file] [log] [blame]
{
"name": "AXViewControllers",
"version": "0.0.1",
"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.1"
},
"source_files": "AXViewControllers/ViewControllers/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"FDFullscreenPopGesture": [
],
"IQKeyboardManager": [
],
"MJRefresh": [
]
}
}