blob: 42935d0bdfddd0190a31492a0ac0fe1f9186e72e [file] [log] [blame]
{
"name": "LEONetworkLayer",
"version": "0.2.1",
"summary": "Network layer for iOS apps with Magora's Leopold protocol",
"homepage": "https://github.com/Magora-IOS/LEONetworkLayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Magora iOS department": "rosenberg@magora-systems.com"
},
"source": {
"git": "https://github.com/Magora-IOS/LEONetworkLayer.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "LEONetworkLayer/Classes/**/*",
"dependencies": {
"ObjectMapper": [
"~> 3.1.0"
],
"Alamofire": [
"~> 4.6.0"
],
"AlamofireObjectMapper": [
"~> 5.0.0"
]
}
}