[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 4 / 8 / 9 / EarthoOne / 1.0.1 / EarthoOne.podspec.json
blobc706bfe3d7b3ec18209cfe9841f784f105eb4dc5
2   "name": "EarthoOne",
3   "version": "1.0.1",
4   "summary": "EarthoOne SDK for Apple platforms",
5   "description": "EarthoOne SDK for iOS, macOS, tvOS, and watchOS apps.",
6   "homepage": "https://github.com/eartho-group/one-client-swift",
7   "license": "Mozilla Public License Version 2.0",
8   "authors": {
9     "EarthoOne": "support@eartho.world",
10     "Eartho": "contact@eartho.world"
11   },
12   "source": {
13     "git": "https://github.com/eartho-group/one-client-swift.git",
14     "tag": "1.0.1"
15   },
16   "social_media_url": "https://twitter.com/eartho",
17   "source_files": "EarthoOne/*.swift",
18   "swift_versions": [
19     "5.3",
20     "5.4",
21     "5.5"
22   ],
23   "dependencies": {
24     "SimpleKeychain": [
26     ],
27     "JWTDecode": [
28       "~> 2.0"
29     ]
30   },
31   "platforms": {
32     "ios": "12.0",
33     "osx": "10.15"
34   },
35   "ios": {
36     "exclude_files": [
37       "EarthoOne/DesktopWebAuth.swift"
38     ],
39     "pod_target_xcconfig": {
40       "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "WEB_AUTH_PLATFORM"
41     }
42   },
43   "osx": {
44     "exclude_files": [
45       "EarthoOne/MobileWebAuth.swift"
46     ],
47     "pod_target_xcconfig": {
48       "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "WEB_AUTH_PLATFORM"
49     }
50   },
51   "swift_version": "5.5"