Latest | 1.4.0 |
---|---|
Homepage | https://github.com/TzoaniTon/FR_BaseComponent |
License | MIT |
Platforms | ios 10.0, requires ARC |
Dependencies | RxCocoa, RxSwift, SwipeCellKit |
Authors | , |
Base Component of Four Rest
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
- iOS version 10+
- Swift version v4.0+
Installation
FR_BaseComponent is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'FR_BaseComponent'
Author
Sarinthon Mangkorn-ngam, [email protected]
Lalida Jaritsup, [email protected]
License
FR_BaseComponent is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "FR_BaseComponent", "version": "1.4.0", "summary": "FB_BaseComponent is base component of 4Rest", "description": "4Rest is Core Framework of iOS that consists of Data mapping, Merge data, Network manager, Security, Database manager and Presentation manager", "homepage": "https://github.com/TzoaniTon/FR_BaseComponent", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Sarinthon Mangkorn-ngam": "[email protected]", "Lalida Jaritsup": "[email protected]" }, "source": { "git": "https://github.com/TzoaniTon/FR_BaseComponent.git", "tag": "1.4.0" }, "platforms": { "ios": "10.0" }, "swift_version": "5.0", "requires_arc": true, "source_files": "FR_BaseComponent/Classes/**/*.swift", "dependencies": { "RxCocoa": [ "~> 4.5" ], "RxSwift": [ "~> 4.5" ], "SwipeCellKit": [ "~> 2.6" ] } }
Fri, 26 Apr 2019 10:09:32 +0000