blob: 10bb31e63658825afb22107fb76095fb034686f1 [file] [log] [blame]
{
"name": "DDWebVC",
"version": "1.0.1",
"summary": "自定义的网页控制器 DDWebVC.",
"description": "根据自己的需求的制作的网页加载控制器, 方便自己维护",
"homepage": "https://github.com/DDKit/DDWebVC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DD": "duanchanghe@gmail.com"
},
"source": {
"git": "https://github.com/DDKit/DDWebVC.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DDWebVC/Classes/**/*",
"resource_bundles": {
"DDWebVC": [
"DDWebVC/Assets/dd_img.bundle/*.png"
]
},
"swift_version": "4.0",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
],
"SVProgressHUD": [
],
"Hue": [
],
"SwiftyJSON": [
],
"SnapKit": [
],
"ReachabilitySwift": [
],
"RxSwift": [
],
"RxCocoa": [
],
"DeviceKit": [
],
"SwiftDate": [
],
"CryptoSwift": [
]
}
}