blob: 5e52c6793e1541c8b680be2ebe12828668ac5b61 [file] [log] [blame]
{
"name": "NetworkingApiObjC",
"summary": "A collection of Objective-C frameworks, utility classes and 3rd party libraries used by other modules of this library.",
"version": "1.3.1",
"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.1"
},
"source_files": "Modules/RoxieMobile.NetworkingApi/Sources/ObjC/{Sources,Dependencies}/**/*.{h,m,c}",
"public_header_files": [
"Modules/RoxieMobile.NetworkingApi/Sources/ObjC/Sources/DefaultUserAgent.h"
],
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) NETWORKINGAPI_FRAMEWORK_VERSION=@\\\"1.3.1\\\""
},
"dependencies": {
"Alamofire": [
"~> 4.8.1"
]
}
}