blob: e8f67293e69a09f853dcf8ce26c953647faf91b4 [file] [log] [blame]
{
"name": "NetworkService",
"version": "0.1.0",
"summary": "Network Service is a simple iOS library module for network calls to consume API services.",
"description": "The intention of this library is to help iOS applications to communicate with API services easily and efficiently..",
"homepage": "https://github.com/Ranxan/NetworkService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ranxan": "ranjan.smartmobe@gmail.com"
},
"source": {
"git": "https://github.com/Ranxan/NetworkService.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "NetworkService/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"ObjectMapper": [
"~> 2.2"
]
},
"pushed_with_swift_version": "3.0"
}