[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / d / a / NetworkService / 0.1.0 / NetworkService.podspec.json
blobe8f67293e69a09f853dcf8ce26c953647faf91b4
2   "name": "NetworkService",
3   "version": "0.1.0",
4   "summary": "Network Service is a simple iOS library module for network calls to consume API services.",
5   "description": "The intention of this library is to help iOS applications to communicate with API services easily and efficiently..",
6   "homepage": "https://github.com/Ranxan/NetworkService",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ranxan": "ranjan.smartmobe@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Ranxan/NetworkService.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "NetworkService/Classes/**/*",
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.0"
25     ],
26     "ObjectMapper": [
27       "~> 2.2"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"