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