[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 2 / 7 / SwiftyRemoteConfig / 0.1.1 / SwiftyRemoteConfig.podspec.json
blobfbb00532c34802b28c71c649362e54e429af1228
2   "name": "SwiftyRemoteConfig",
3   "version": "0.1.1",
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": "11.0",
17     "osx": "10.12",
18     "tvos": "12.0",
19     "watchos": "6.0"
20   },
21   "source": {
22     "git": "https://github.com/fumito-ito/SwiftyRemoteConfig.git",
23     "tag": "0.1.1"
24   },
25   "source_files": [
26     "Sources",
27     "Sources/**/*.swift"
28   ],
29   "requires_arc": true,
30   "swift_versions": [
31     "5.0",
32     "5.1",
33     "5.2"
34   ],
35   "static_framework": true,
36   "dependencies": {
37     "FirebaseRemoteConfig": [
38       "~> 8.8.0"
39     ]
40   },
41   "swift_version": "5.2"