blob: a82318b7bd93fb76fb6cdf94de69d047cfbaf93d [file] [log] [blame]
{
"name": "NetworkingApiConverters",
"summary": "A collection of useful converters for the asynchronous REST API client.",
"version": "1.2.1",
"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.1"
},
"source_files": "Modules/RoxieMobile.NetworkingApi/Sources/Converters/{Sources,Dependencies}/**/*.swift",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) NETWORKINGAPI_FRAMEWORK_VERSION=@\\\"1.2.1\\\""
},
"dependencies": {
"NetworkingApiRest": [
"1.2.1"
],
"SwiftCommons/Data": [
"~> 1.2.6"
]
}
}