[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / 3 / 7 / MERLin / 1.2.0 / MERLin.podspec.json
blob70eac01d14b3b85368feb8cf3c4d3baec0e41a99
2   "name": "MERLin",
3   "platforms": {
4     "ios": "10.0"
5   },
6   "version": "1.2.0",
7   "summary": "A framework to build an event based, reactive architecture for swift iOS projects",
8   "swift_version": "4.2",
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": "v1.2.0"
21   },
22   "dependencies": {
23     "LNZWeakCollection": [
24       "~>1.2.0"
25     ],
26     "RxCocoa": [
27       "~>4.2.0"
28     ]
29   },
30   "frameworks": "UIKit",
31   "source_files": [
32     "MERLin/MERLin/**/*.swift",
33     "MERLin/MERLin/Deeplinking/Extensions/*.{h,m}"
34   ]