[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 1 / f / Mini-Swift / 0.1.1 / Mini-Swift.podspec.json
blob3287f734ca8c2763625d9824fedcdca34baa666a
2   "name": "Mini-Swift",
3   "version": "0.1.1",
4   "summary": "The re-imagined Re-Flux architecture for Swift.",
5   "description": "The re-imagined Re-Flux architecture for Swift. \nDependencies: RxSwift",
6   "homepage": "https://github.com/bq/Mini-Swift",
7   "license": {
8     "type": "APACHE",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "bq": "info@bq.com"
13   },
14   "source": {
15     "git": "https://github.com/bq/mini-swift.git",
16     "tag": "v0.1.1"
17   },
18   "social_media_url": "https://twitter.com/bqreaders",
19   "platforms": {
20     "ios": "11.0",
21     "osx": "10.13",
22     "watchos": "4.0",
23     "tvos": "11.0"
24   },
25   "ios": {
26     "frameworks": "UIKit",
27     "source_files": "Source/**/*.swift"
28   },
29   "osx": {
30     "frameworks": "AppKit",
31     "source_files": "Source/**/*.swift"
32   },
33   "watchos": {
34     "frameworks": [
35       "UIKit",
36       "WatchKit"
37     ],
38     "source_files": "Source/**/*.swift"
39   },
40   "tvos": {
41     "frameworks": "UIKit",
42     "source_files": "Source/**/*.swift"
43   },
44   "frameworks": "Foundation",
45   "dependencies": {
46     "RxSwift": [
47       "~> 4.3"
48     ],
49     "MagicPills": [
50       "~> 1.0"
51     ]
52   },
53   "module_name": "Mini"