blob: 55d8c3157ba9612850d1ff78fea4cfca324e361b [file] [log] [blame]
{
"name": "WBSwiftUIKit",
"version": "0.1.0",
"summary": "some useful swift extension.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/wenmobo/WBSwiftUIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wenmobo": "wenmobo2018@gmail.com"
},
"source": {
"git": "https://github.com/wenmobo/WBSwiftUIKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "WBSwiftUIKit/WBExtension/**/*.swift",
"frameworks": [
"UIKit",
"AdSupport",
"Foundation"
],
"swift_versions": "5.0",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"swift_version": "5.0"
}