blob: 6dcb8ecd2f45e3a89ee9cace7f6f42f154ea3516 [file] [log] [blame]
{
"name": "DryWeb-iOS",
"version": "0.0.1",
"summary": "DryWeb-iOS",
"homepage": "https://github.com/duanruiying/DryWeb-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"duanruiying": "2237840768@qq.com"
},
"source": {
"git": "https://github.com/duanruiying/DryWeb-iOS.git",
"tag": "0.0.1"
},
"description": "TODO: iOS Web常用封装",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"source_files": "DryWeb-iOS/Classes/Code/**/*",
"frameworks": [
"UIKit",
"Foundation",
"WebKit"
],
"swift_version": "5.0"
}