blob: 2458b83e271fbbdbfb85a64ce8136c594756b223 [file] [log] [blame]
{
"name": "DryKline",
"version": "0.0.6",
"summary": "DryKline",
"homepage": "https://github.com/duanruiying/DryKline",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"duanruiying": "2237840768@qq.com"
},
"source": {
"git": "https://github.com/duanruiying/DryKline.git",
"tag": "0.0.6"
},
"description": "TODO: iOS K 线.",
"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": "DryKline/Classes/Code/**/*",
"dependencies": {
"DryCommon": [
],
"SnapKit": [
]
},
"swift_version": "5.0"
}