[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 3 / 7 / MERLin / 3.0.1 / MERLin.podspec.json
blob781bd43ec27bd51b957e620f2595ac3fad569562
2   "name": "MERLin",
3   "platforms": {
4     "ios": "10.0"
5   },
6   "version": "3.0.1",
7   "summary": "A framework to build an event based, reactive architecture for swift iOS projects",
8   "swift_versions": "5.0",
9   "description": "MERLin' is a reactive framework that aims to simplify the adoption of an events based architectural style within an iOS app. It emphasise the concept of modularity, taking to the highest level the principle of separation of concerns.",
10   "requires_arc": true,
11   "license": {
12     "type": "MIT"
13   },
14   "homepage": "https://www.pfrpg.net",
15   "authors": {
16     "Giuseppe Lanza": "gringoire986@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/gringoireDM/MERLin.git",
20     "tag": "3.0.1"
21   },
22   "dependencies": {
23     "LNZWeakCollection": [
24       "~>1.3.2"
25     ],
26     "EnumKit": [
27       "~>1.1.2"
28     ],
29     "RxEnumKit": [
30       "~>1.0.2"
31     ],
32     "RxSwift": [
33       "~>5.1.0"
34     ],
35     "RxCocoa": [
36       "~>5.0.1"
37     ]
38   },
39   "frameworks": "UIKit",
40   "source_files": [
41     "MERLin/MERLin/**/*.swift",
42     "MERLin/MERLin/**/*.{h,m}"
43   ],
44   "swift_version": "5.0"