blob: 8fbc779e3d5111c800b41e6684ff5ab1688d2360 [file] [log] [blame]
{
"name": "OtiNetworkManager",
"version": "0.1.0",
"summary": "OtiNetworking Manager includes configuration",
"description": "This library provides networking process of our projects",
"swift_versions": "4.0",
"homepage": "https://github.com/akfdmrzn/OtiNetworkManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"akfdmrzn": "maddemirezen@gmail.com"
},
"source": {
"git": "https://github.com/akfdmrzn/OtiNetworkManager.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "OtiNetworkManager/Classes/**/*",
"dependencies": {
"ObjectMapper": [
],
"Alamofire": [
"~> 4.7"
],
"AlamofireObjectMapper": [
]
},
"swift_version": "4.0"
}