blob: 5086e414bbf0b62943fc1024740aa7eedb122b63 [file] [log] [blame]
{
"name": "YJKitSwift",
"version": "0.0.7",
"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/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joey": "eyan0911@yahoo.com"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://bitbucket.org/0yj/yjkit/YJKitSwift.git",
"tag": "0.0.7"
},
"source_files": "YJKitSwift/**/*.{swift}",
"ios": {
"resource_bundles": {
"YJKitSwift": [
"YJKitSwift/**/*.{png,mp3}"
]
}
},
"swift_versions": [
"5.0",
"4.2"
],
"swift_version": "5.0"
}