[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 4 / 3 / 2 / ReactComponentKit / 0.2.0 / ReactComponentKit.podspec.json
blob225acedf8bc01aca6fc332a49149257b27edd847
2   "name": "ReactComponentKit",
3   "version": "0.2.0",
4   "summary": "ReactComponentKit is a library for building UIViewController based on Components.",
5   "homepage": "https://github.com/ReactComponentKit/ReactComponentKit",
6   "license": "MIT",
7   "authors": {
8     "Burt.K": "skyfe79@gmail.com"
9   },
10   "social_media_url": "http://twitter.com/skyfe79",
11   "platforms": {
12     "ios": "9.0"
13   },
14   "swift_version": "4.1",
15   "source": {
16     "git": "https://github.com/ReactComponentKit/ReactComponentKit.git",
17     "tag": "0.2.0"
18   },
19   "source_files": "ReactComponentKitApp/ReactComponentKit/**/{*.swift}",
20   "requires_arc": true,
21   "dependencies": {
22     "RxSwift": [
23       ">= 4.2.0"
24     ],
25     "RxCocoa": [
26       ">= 4.2.0"
27     ],
28     "BKRedux": [
29       ">= 0.0.8"
30     ],
31     "BKEventBus": [
32       ">= 1.0.7"
33     ]
34   }