blob: 88ef0dc3cad3bd55fdd61234d769c53243967707 [file] [log] [blame]
{
"name": "TapNetworkManager",
"platforms": {
"ios": "8.0"
},
"swift_versions": [
"4.2",
"5.0"
],
"summary": "Lightweight network manager for iOS.",
"requires_arc": true,
"version": "1.2.5",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tap Payments": "hello@tap.company"
},
"homepage": "https://github.com/Tap-Payments/TapNetworkManager-iOS",
"source": {
"git": "https://github.com/Tap-Payments/TapNetworkManager-iOS.git",
"tag": "1.2.5"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "TapNetworkManager/Source/Core/*.swift"
},
{
"name": "ImageLoading",
"dependencies": {
"SDWebImage/Core": [
">= 5.0"
],
"TapAdditionsKit/Foundation/URLSession": [
">= 1.3.1"
],
"TapNetworkManager/Core": [
]
},
"source_files": "TapNetworkManager/Source/ImageLoading/*.swift"
},
{
"name": "Reachability",
"source_files": "TapNetworkManager/Source/Reachability/*.swift"
}
]
}