blob: 2597d6afa4ebb2e1b0886ce612702d3fe170857f [file] [log] [blame]
{
"name": "ServiceManager",
"version": "1.0.0",
"summary": "Lightweight, Enumerated and Protocol Oriented Networking Module written in swift 5.0.",
"description": "Lightweight, Enumerated and Protocol Oriented Networking Module written in swift 5.0. ServiceManager helps reduce networking code in view controllers and presenters.",
"homepage": "https://github.com/bibinjacobpulickal/ServiceManager",
"license": "MIT",
"authors": {
"Bibin Jacob Pulickal": "bibinjacob123@gmail.com"
},
"social_media_url": "https://github.com/bibinjacobpulickal",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/bibinjacobpulickal/ServiceManager.git",
"tag": "1.0.0"
},
"source_files": "ServiceManager/**/*.{h,m,swift}",
"swift_versions": [
"3.0",
"4.0",
"4.2",
"5.0",
"5.0"
],
"swift_version": "5.0"
}