blob: e8a7a8d4eba8e5b04cbb6ff1a39b374894e4bf9d [file] [log] [blame]
{
"name": "YHTool",
"version": "1.0.3",
"summary": "自定义的工具.",
"description": "主要包含网络请求、自定义 view、扩展工具.",
"homepage": "https://github.com/GoGoodGo/YHTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"OYangHui": "442371047@qq.com"
},
"source": {
"git": "https://github.com/GoGoodGo/YHTool.git",
"tag": "1.0.3"
},
"swift_version": "4.1",
"platforms": {
"ios": "9.0"
},
"source_files": "YHTool/Classes/**/*.{swift,h,m}",
"resource_bundles": {
"YHTool": "YHTool/Classes/**/*.xib"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
],
"ObjectMapper": [
"~> 3.3"
],
"AlamofireObjectMapper": [
"~> 5.0"
],
"MBProgressHUD": [
"~> 0.9.2"
],
"QBImagePickerController": [
],
"SDWebImage": [
"~> 3.8.0"
]
}
}