blob: 48511ed54afbbffbee6c8b15bc78cb4dbca61f4f [file] [log] [blame]
{
"name": "ZDKit",
"version": "1.0.2",
"summary": "ZDKit",
"description": "ZDKit is a framework wich simplify the queries between your API and your Swift Application. Sending & Fetching JSON has never been so easy",
"homepage": "https://www.kieferwiessler.com/zdkit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kiefer Wiessler": "kwiessle@student.fr"
},
"source": {
"git": "https://github.com/kwiessle/ZDKit.git",
"tag": "1.0.2"
},
"swift_version": "4.2",
"platforms": {
"ios": "12.0"
},
"source_files": "ZDKit/**/*.{h,m,swift}"
}