[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 5 / 3 / CoreRemoteSettings / 0.2.0 / CoreRemoteSettings.podspec.json
blob1ad09c43cedec48b594a5b0115b208aade05aeb5
2   "name": "CoreRemoteSettings",
3   "version": "0.2.0",
4   "swift_versions": [
5     "5.0",
6     "5.1",
7     "5.2",
8     "5.3"
9   ],
10   "summary": "A core definitions of RemoteSettings.",
11   "description": "These base protocols enables you to decouple RemoteSettings from third-pary agencies.",
12   "homepage": "https://github.com/congncif/RemoteSettings",
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "NGUYEN CHI CONG": "congnc.if@gmail.com"
19   },
20   "source": {
21     "git": "https://github.com/congncif/RemoteSettings.git",
22     "tag": "0.2.0"
23   },
24   "social_media_url": "https://twitter.com/congncif",
25   "platforms": {
26     "ios": "10.0"
27   },
28   "default_subspecs": "Default",
29   "subspecs": [
30     {
31       "name": "Default",
32       "dependencies": {
33         "CoreRemoteSettings/Core": [
35         ]
36       }
37     },
38     {
39       "name": "Core",
40       "source_files": "RemoteSettings/RemoteSettings/**/*"
41     },
42     {
43       "name": "RxSwift",
44       "source_files": "RemoteSettings/RemoteSettings+Rx/**/*",
45       "dependencies": {
46         "CoreRemoteSettings/Core": [
48         ],
49         "RxSwift": [
51         ]
52       }
53     }
54   ],
55   "swift_version": "5.3"