[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 3 / 2 / SwiftCommonsData / 1.4.1 / SwiftCommonsData.podspec.json
blob3e7c1745e88b0c6b60c47ded0c963e93dfcb58d9
2   "name": "SwiftCommonsData",
3   "summary": "A collection of reusable components used to simplify serialization, deserialization and validation operations on data objects.",
4   "version": "1.4.1",
5   "platforms": {
6     "ios": "9.0"
7   },
8   "swift_version": "4.2",
9   "cocoapods_version": "~> 1.5.3",
10   "static_framework": true,
11   "homepage": "https://github.com/roxiemobile/swift-commons.ios",
12   "authors": {
13     "Roxie Mobile Ltd.": "sales@roxiemobile.com",
14     "Alexander Bragin": "bragin-av@roxiemobile.com"
15   },
16   "license": "BSD-4-Clause",
17   "source": {
18     "git": "https://github.com/roxiemobile/swift-commons.ios.git",
19     "tag": "1.4.1"
20   },
21   "source_files": "Modules/RoxieMobile.SwiftCommons/Sources/Data/{Sources,Dependencies}/**/*.swift",
22   "pod_target_xcconfig": {
23     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SWIFTCOMMONS_FRAMEWORK_VERSION=@\\\"1.4.1\\\""
24   },
25   "dependencies": {
26     "CryptoSwift": [
27       "~> 0.13.1"
28     ],
29     "MPMessagePack": [
30       "~> 1.5.1"
31     ],
32     "SwiftCommonsDiagnostics": [
33       "1.4.1"
34     ]
35   }