[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 5 / f / d / Lobster / 3.1.0 / Lobster.podspec.json
blob9f1dee14a6ceaac369ec74febd20172cd77452e6
2   "name": "Lobster",
3   "version": "3.1.0",
4   "authors": {
5     "Suguru Kishimoto": "melodydance.k.s@gmail.com"
6   },
7   "summary": "The Type-safe Firebase-RemoteConfig helper library",
8   "homepage": "https://github.com/sgr-ksmt/Lobster",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "source": {
14     "git": "https://github.com/sgr-ksmt/Lobster.git",
15     "tag": "3.1.0"
16   },
17   "platforms": {
18     "ios": "11.0"
19   },
20   "swift_versions": [
21     "4.2",
22     "5.0"
23   ],
24   "requires_arc": true,
25   "static_framework": true,
26   "dependencies": {
27     "Firebase/RemoteConfig": [
28       "~> 6.29"
29     ]
30   },
31   "default_subspecs": "Core",
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "Sources/Core/**/*.swift"
36     },
37     {
38       "name": "Combine",
39       "dependencies": {
40         "Lobster/Core": [
42         ]
43       },
44       "source_files": "Sources/Combine/**/*.swift",
45       "platforms": {
46         "ios": "13.0"
47       },
48       "ios": {
49         "frameworks": "Combine"
50       }
51     }
52   ],
53   "swift_version": "5.0"