[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 8 / 5 / NetworkingApiHttp / 1.2.1 / NetworkingApiHttp.podspec.json
blobb4eeaa4ecec263589e618adc5c04f0572b6763f6
2   "name": "NetworkingApiHttp",
3   "summary": "A collection of useful type extensions and utility classes used for communication over HTTP protocol.",
4   "version": "1.2.1",
5   "platforms": {
6     "ios": "9.0"
7   },
8   "swift_version": "4.0",
9   "cocoapods_version": ">= 1.4.0",
10   "static_framework": true,
11   "homepage": "https://github.com/roxiemobile/networking-api.ios",
12   "authors": {
13     "Roxie Mobile Ltd.": "sales@roxiemobile.com",
14     "Alexander Bragin": "bragin-av@roxiemobile.com",
15     "Denis Kolyasev": "kolyasevda@ekassir.com"
16   },
17   "license": "BSD-4-Clause",
18   "source": {
19     "git": "https://github.com/roxiemobile/networking-api.ios.git",
20     "tag": "1.2.1"
21   },
22   "source_files": "Modules/RoxieMobile.NetworkingApi/Sources/Http/{Sources,Dependencies}/**/*.swift",
23   "pod_target_xcconfig": {
24     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) NETWORKINGAPI_FRAMEWORK_VERSION=@\\\"1.2.1\\\""
25   },
26   "dependencies": {
27     "SwiftCommons/Diagnostics": [
28       "~> 1.2.6"
29     ]
30   }