Latest | 0.1.1 |
---|---|
Homepage | https://github.com/bq/Mini-Swift |
License | APACHE |
Platforms | ios 11.0, osx 10.13, watchos 4.0, tvos 11.0 |
Dependencies | RxSwift, MagicPills |
Frameworks | Foundation |
Authors |
The re-imagined Re-Flux architecture for Swift.
Requirements
Installation
Mini-Swift is available through CocoaPods and Carthage.
To install it, simply add the following line to your Podfile
:
pod 'Mini-Swift'
or this into your Cartfile
:
github "bq/mini-swift"
Authors & Collaborators
- Edilberto Lopez Torregrosa
- Raúl Pedraza León
- Jorge Revuelta
- Francisco García Sierra
- Pablo Orgaz
- Sebastián Varela
License
Mini-Swift is available under the Apache 2.0. See the LICENSE file for more info.
Latest podspec
{ "name": "Mini-Swift", "version": "0.1.1", "summary": "The re-imagined Re-Flux architecture for Swift.", "description": "The re-imagined Re-Flux architecture for Swift. nDependencies: RxSwift", "homepage": "https://github.com/bq/Mini-Swift", "license": { "type": "APACHE", "file": "LICENSE" }, "authors": { "bq": "[email protected]" }, "source": { "git": "https://github.com/bq/mini-swift.git", "tag": "v0.1.1" }, "social_media_url": "https://twitter.com/bqreaders", "platforms": { "ios": "11.0", "osx": "10.13", "watchos": "4.0", "tvos": "11.0" }, "ios": { "frameworks": "UIKit", "source_files": "Source/**/*.swift" }, "osx": { "frameworks": "AppKit", "source_files": "Source/**/*.swift" }, "watchos": { "frameworks": [ "UIKit", "WatchKit" ], "source_files": "Source/**/*.swift" }, "tvos": { "frameworks": "UIKit", "source_files": "Source/**/*.swift" }, "frameworks": "Foundation", "dependencies": { "RxSwift": [ "~> 4.3" ], "MagicPills": [ "~> 1.0" ] }, "module_name": "Mini" }
Tue, 14 May 2019 10:20:09 +0000