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