blob: da3c7912a9b3a64549f6563f3fc47edbe8833713 [file] [log] [blame]
{
"name": "KNAXWebVC4BC",
"version": "1.0.1",
"summary": "A light weight web view controller in iOS.",
"description": "A multi style picker view in iOS.\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/zhangkn/KNAXWebVC4BC",
"license": "MIT",
"authors": {
"kunnan": "929118967@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zhangkn/KNAXWebVC4BC.git",
"tag": "1.0.1"
},
"source_files": [
"AXWebViewController/AXWebViewController/*.{h,m}",
"AXWebViewController/AXWebViewController/Activity/*.{h,m}",
"AXWebViewController/AXWebViewController/Security/*.{h,m}"
],
"resources": "AXWebViewController/AXWebViewController/AXWebViewController.bundle",
"frameworks": [
"UIKit",
"Foundation",
"WebKit"
],
"requires_arc": true,
"dependencies": {
"AXPracticalHUD": [
],
"AXNavigationBackItemInjection": [
],
"NJKWebViewProgress": [
],
"Aspects": [
]
}
}