[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / a / f / TjekSDK / 5.0.3 / TjekSDK.podspec.json
blob492bcfafcb2e369b4efaf8a3a1e0310459b575d8
2   "name": "TjekSDK",
3   "version": "5.0.3",
4   "summary": "Tjek SDK for iOS.",
5   "description": "An SDK that makes it easy to talk to the Tjek API.\nAlso allows you to easily embed an interactive publication view into your own iOS app.",
6   "homepage": "https://github.com/tjek/tjek-swift-sdk",
7   "license": "MIT",
8   "authors": "Tjek",
9   "platforms": {
10     "ios": "12.0"
11   },
12   "swift_versions": "5.0.1",
13   "pod_target_xcconfig": {
14     "SWIFT_VERSION": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/tjek/tjek-swift-sdk.git",
18     "tag": "v5.0.3"
19   },
20   "subspecs": [
21     {
22       "name": "API",
23       "source_files": [
24         "Sources/TjekAPI/**/*.swift",
25         "Sources/TjekUtils/**/*.swift",
26         "Sources/TjekEventsTracker/**/*.swift",
27         "Sources/TjekSDK/**/*.swift"
28       ],
29       "frameworks": [
30         "Foundation",
31         "CoreLocation"
32       ],
33       "dependencies": {
34         "Tjek-Future": [
35           "~> 0.5"
36         ],
37         "Valet": [
38           "~> 4.1.1"
39         ]
40       }
41     },
42     {
43       "name": "PublicationViewer",
44       "dependencies": {
45         "TjekSDK/API": [
47         ],
48         "Incito": [
49           "~> 1.0"
50         ],
51         "Tjek-Future": [
52           "~> 0.5"
53         ],
54         "Verso": [
55           "~> 1.0"
56         ],
57         "Kingfisher": [
58           "~> 7.0"
59         ]
60       },
61       "source_files": "Sources/TjekPublicationViewer/**/*.swift",
62       "resources": [
63         "Sources/TjekPublicationViewer/PagedPublication/Resources/**/*"
64       ],
65       "frameworks": [
66         "Foundation",
67         "UIKit"
68       ]
69     }
70   ],
71   "swift_version": "5.0.1"