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