blob: 34ff0a37011c0a09beaa0039d510b4f141affef9 [file] [log] [blame]
{
"name": "NetworkManager",
"version": "0.0.5",
"summary": "Network Manager",
"homepage": "https://github.com/vitkuzmenko/NetworkManager.git",
"license": "MIT",
"authors": {
"Vitaliy": "kuzmenko.v.u@gmail.com"
},
"social_media_url": "http://twitter.com/vitkuzmenko",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/vitkuzmenko/NetworkManager.git",
"tag": "0.0.5"
},
"source_files": "Source/*.swift",
"requires_arc": "true",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"ObjectMapper": [
"~> 2.1"
],
"ReachabilitySwift": [
"~> 3.0"
]
}
}