[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / f / 8 / 4 / NetworkManager / 0.0.5 / NetworkManager.podspec.json
blob34ff0a37011c0a09beaa0039d510b4f141affef9
2   "name": "NetworkManager",
3   "version": "0.0.5",
4   "summary": "Network Manager",
5   "homepage": "https://github.com/vitkuzmenko/NetworkManager.git",
6   "license": "MIT",
7   "authors": {
8     "Vitaliy": "kuzmenko.v.u@gmail.com"
9   },
10   "social_media_url": "http://twitter.com/vitkuzmenko",
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/vitkuzmenko/NetworkManager.git",
16     "tag": "0.0.5"
17   },
18   "source_files": "Source/*.swift",
19   "requires_arc": "true",
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "3.0"
22   },
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.0"
26     ],
27     "ObjectMapper": [
28       "~> 2.1"
29     ],
30     "ReachabilitySwift": [
31       "~> 3.0"
32     ]
33   }