blob: ff72403dcf3e414dc4cc8659e4dde512b7ce9d27 [file] [log] [blame]
{
"name": "iOSBackbone",
"version": "0.0.2",
"summary": "Utilites and Network Layer",
"description": "This library is made so that every new project can use the same shared network library and utilities",
"homepage": "https://github.com/giorgygunawan/iOSBackbone",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"giorgy gunawan": "giorgygunawan@gmail.com"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/giorgygunawan/iOSBackbone.git",
"tag": "0.0.2"
},
"source_files": "iOSBackbone/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"swift_version": "5.0"
}