[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / b / 2 / 7 / SwiftyRemoteConfig / 0.0.2 / SwiftyRemoteConfig.podspec.json
blobae79ae78f653cd5d44b005cd01ba7b9a7ac0b026
2   "name": "SwiftyRemoteConfig",
3   "version": "0.0.2",
4   "summary": "Modern Swift API for FirebaseRemoteConfig",
5   "description": "SwiftyRemoteConfig makes Firebase Remote Config enjoyable to use by combining expressive Swifty API with the benefits fo static typing. This library is strongly inspired by [SwiftyUserDefaults](https://github.com/sunshinejr/SwiftyUserDefaults).",
6   "homepage": "https://github.com/fumito-ito/SwiftyRemoteConfig",
7   "license": {
8     "type": "Apache2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Fumito Ito": "weathercook@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/fumito_ito",
15   "platforms": {
16     "ios": "12.0"
17   },
18   "source": {
19     "git": "https://github.com/fumito-ito/SwiftyRemoteConfig.git",
20     "tag": "0.0.2"
21   },
22   "source_files": [
23     "Sources",
24     "Sources/**/*.swift"
25   ],
26   "requires_arc": true,
27   "swift_versions": [
28     "5.0",
29     "5.1",
30     "5.2"
31   ],
32   "static_framework": true,
33   "dependencies": {
34     "FirebaseRemoteConfig": [
35       "~> 8.8.0"
36     ]
37   },
38   "swift_version": "5.2"