[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / c / 0 / 3 / SCIntent / 0.5.0 / SCIntent.podspec.json
blob39b85ef6ad7916f42c41f2b333f45e17dad5d824
2   "name": "SCIntent",
3   "version": "0.5.0",
4   "summary": "Simple Uni-directional Architecture in iOS",
5   "description": "Simple Uni-directional Architecture in iOS - Model - View - Intent",
6   "homepage": "https://github.com/FlowSc/SCIntent",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "FlowSc": "zelatool@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/FlowSc/SCIntent.git",
16     "tag": "0.5.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "SCIntent/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "MapKit"
26   ],
27   "dependencies": {
28     "RxSwift": [
29       "~> 5.0.1"
30     ],
31     "RxCocoa": [
32       "~> 5.0.1"
33     ]
34   },
35   "swift_version": "5.0"