blob: ea3d6abffb8334e4ffdd44b1a1aeb7e2b21fdddd [file] [log] [blame]
{
"name": "NetworkingApiHttp",
"summary": "A collection of useful type extensions and utility classes used for communication over HTTP protocol.",
"version": "1.2.0",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"cocoapods_version": ">= 1.4.0",
"static_framework": true,
"homepage": "https://github.com/roxiemobile/networking-api.ios",
"authors": {
"Roxie Mobile Ltd.": "sales@roxiemobile.com",
"Alexander Bragin": "bragin-av@roxiemobile.com",
"Denis Kolyasev": "kolyasevda@ekassir.com"
},
"license": "BSD-4-Clause",
"source": {
"git": "https://github.com/roxiemobile/networking-api.ios.git",
"tag": "1.2.0"
},
"source_files": "Modules/RoxieMobile.NetworkingApi/Sources/Http/{Sources,Dependencies}/**/*.swift",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) NETWORKINGAPI_FRAMEWORK_VERSION=@\\\"1.2.0\\\""
},
"dependencies": {
"SwiftCommons/Diagnostics": [
"~> 1.2.5"
]
}
}