blob: 4d72d09769566d162c536f924e1d72ebee3ca9ed [file] [log] [blame]
{
"name": "TapNetworkManager",
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"summary": "Lightweight network manager for iOS.",
"requires_arc": true,
"version": "1.0.3",
"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.0.3"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "TapNetworkManager/Source/Core/*.swift"
},
{
"name": "Reachability",
"source_files": "TapNetworkManager/Source/Reachability/*.swift"
}
]
}