[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 4 / 9 / NetworkingApiConverters / 1.1.0 / NetworkingApiConverters.podspec.json
blob60b1d843478fe6dbe86971e766f5ce22260a8412
2   "name": "NetworkingApiConverters",
3   "summary": "A collection of useful converters for the asynchronous REST API client.",
4   "version": "1.1.0",
5   "platforms": {
6     "ios": "8.0"
7   },
8   "cocoapods_version": ">= 1.4.0.beta.2",
9   "static_framework": true,
10   "homepage": "https://github.com/roxiemobile/networking-api.ios",
11   "authors": {
12     "Roxie Mobile Ltd.": "sales@roxiemobile.com",
13     "Alexander Bragin": "bragin-av@roxiemobile.com",
14     "Denis Kolyasev": "kolyasevda@ekassir.com"
15   },
16   "license": "BSD-4-Clause",
17   "source": {
18     "git": "https://github.com/roxiemobile/networking-api.ios.git",
19     "tag": "1.1.0"
20   },
21   "source_files": "Modules/RoxieMobile.NetworkingApi/Sources/Converters/{Sources,Dependencies}/**/*.swift",
22   "pod_target_xcconfig": {
23     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) NETWORKINGAPI_FRAMEWORK_VERSION=@\\\"1.1.0\\\"",
24     "SWIFT_VERSION": "4.0"
25   },
26   "dependencies": {
27     "NetworkingApiRest": [
28       "1.1.0"
29     ],
30     "SwiftCommons/Data": [
31       "~> 1.1.0"
32     ]
33   }