blob: 107553a73c5f8f98e3754a278cdd4761f3c2eec2 [file] [log] [blame]
{
"name": "MKWebViewController",
"version": "0.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/mbmmhk/MKWebViewController",
"social_media_url": "https://www.baidu.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SamGu": "100667679@qq.com"
},
"source": {
"git": "https://github.com/mbmmhk/MKWebViewController",
"tag": "0.0.1"
},
"source_files": "MKWebViewController/Classes/*.{h,m}",
"resources": "MKWebViewController/Classes/Resources/MKWebViewController.bundle",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation",
"WebKit"
],
"requires_arc": true,
"dependencies": {
"Aspects": [
]
}
}