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