[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 5 / 1 / a / ReNode / 0.1.8 / ReNode.podspec.json
blob1c7ed735b40e37e362a5f5c745805bfa3e0133a2
2   "name": "ReNode",
3   "version": "0.1.8",
4   "summary": "A library component with common use for developing swift project.",
5   "description": "A common library contains ready made components for fast development\ncombines RxSwift, ReSwift in a single package with components made from AsyncDisplayKit(Texture).",
6   "homepage": "https://github.com/moribaleta/ReNode.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "13190143": "moribaleta.work@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/moribaleta/ReNode.git",
16     "tag": "0.1.8"
17   },
18   "platforms": {
19     "ios": "11"
20   },
21   "swift_versions": "5",
22   "source_files": "ReNode/Classes/**/*.{swift}",
23   "dependencies": {
24     "Texture": [
25       "~> 3.0.0"
26     ],
27     "ReSwift": [
29     ],
30     "ReSwiftThunk": [
32     ],
33     "RxSwift": [
34       "~> 6.2.0"
35     ],
36     "RxCocoa": [
37       "~> 6.2.0"
38     ]
39   },
40   "xcconfig": {
41     "HEADER_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)/ReSwiftThunk.framework/Headers"
42   },
43   "swift_version": "5"