blob: 9c5b5a35507552ccba00ba4b90bcc4bfa587db14 [file] [log] [blame]
{
"name": "HHFPodFramework",
"version": "1.0.1",
"summary": "my test to upload framework to CocoaPods",
"description": "this is my first framework, now I am learning to upload it to cocoapod",
"homepage": "https://github.com/HevenHoo/HHFPodFramework",
"license": "MIT",
"authors": {
"HevenHoo": "hhfztl@163.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/HevenHoo/HHFPodFramework.git",
"tag": "1.0.1"
},
"vendored_frameworks": "HHFPodFramework.framework",
"frameworks": "Foundation",
"dependencies": {
"Alamofire": [
],
"SVProgressHUD": [
"~> 2.1.2"
]
},
"swift_version": "5.0"
}