blob: 6eb4012071f061d61f838b6bddd305cb780bd972 [file] [log] [blame]
{
"name": "YJKitSwift",
"version": "0.0.1",
"summary": "A conversion of my old YJKit(ObjC) library.",
"description": "This is a personal library the will help you developing iOS apps",
"homepage": "https://bitbucket.org/0yj/yjkit/src/master/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joey": "eyan0911@yahoo.com"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://bitbucket.org/0yj/yjkit/src/master/",
"tag": "0.0.1"
},
"source_files": "YJKit-Swift/**/*.{h,m,swift}",
"swift_versions": [
"5.0",
"4.2"
],
"swift_version": "5.0"
}