[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 8 / 4 / NetworkManager / 0.1 / NetworkManager.podspec.json
blob902f6c06eb4302a405d0d510a7e9f2405480bf75
2   "name": "NetworkManager",
3   "version": "0.1",
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     "tvos": "9.0",
14     "osx": "10.10"
15   },
16   "source": {
17     "git": "https://github.com/vitkuzmenko/NetworkManager.git",
18     "tag": "0.1"
19   },
20   "source_files": "Source/*/*.swift",
21   "requires_arc": "true",
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "4.0"
24   },
25   "dependencies": {
26     "Alamofire": [
27       "~> 4.0"
28     ],
29     "ReachabilitySwift": [
30       "~> 3.0"
31     ],
32     "ObjectMapper": [
34     ]
35   }