blob: 6fda03e55c037a3b528823bed19fe7d6d1b52143 [file] [log] [blame]
{
"name": "NetworkingApiHelpers",
"summary": "A collection of utility classes used by other modules of this library.",
"version": "1.4.0",
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.2",
"cocoapods_version": ">= 1.7.5",
"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.4.0"
},
"source_files": "Modules/RoxieMobile.NetworkingApi/Sources/Helpers/{Sources,Dependencies}/**/*.swift",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) NETWORKINGAPI_FRAMEWORK_VERSION=@\\\"1.4.0\\\""
},
"dependencies": {
"Alamofire": [
"~> 4.8.1"
],
"NetworkingApiHttp": [
"1.4.0"
]
},
"swift_version": "4.2"
}