blob: 310647174b226420f8f7bee7ccabe0b1fdcc623a [file] [log] [blame]
{
"name": "RHSwiftExtensions",
"version": "1.2.0",
"summary": "Swift 常用功能封装",
"description": "Swift 常用功能封装",
"homepage": "https://github.com/495929699/RHSwiftExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rongheng": "495929699g@gmail.com"
},
"source": {
"git": "https://github.com/495929699/RHSwiftExtensions.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "5.0",
"cocoapods_version": ">=1.6.0",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"source_files": [
"RHSwiftExtensions/Classes/*.swift",
"RHSwiftExtensions/Classes/**/*.swift"
]
}