Latest | 0.1.0 |
---|---|
Homepage | https://github.com/Brander-ua/ReadyMarkups |
License | MIT |
Platforms | ios 10.0 |
Dependencies | SnapKit |
Authors |
Requirements
- iOS 8.0+
- Swift 4.0+
- Xcode 9.0+
Installation
CocoaPods
AnyFormatKit is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'ReadyMarkups'
Then, run the following command:
$ pod install
Carthage
To integrate AnyFormatKit into your Xcode project using Carthage, specify it in your Cartfile
:
github "Brander-ua/ReadyMarkups" ~> 0.1.0
Run carthage update
to build the framework and drag the built ReadyMarkups.framework
into your Xcode project.
Usage
Import
import ReadyMarkups
Author
Aleksandr Orlov, [email protected]
License
ReadyMarkups is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "ReadyMarkups", "version": "0.1.0", "summary": "Ready markups", "homepage": "https://github.com/Brander-ua/ReadyMarkups", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Aleksandr Orlov": "[email protected]" }, "source": { "git": "https://github.com/Brander-ua/ReadyMarkups.git", "tag": "0.1.0" }, "platforms": { "ios": "10.0" }, "source_files": "ReadyMarkups/Source/**/*", "dependencies": { "SnapKit": [ ">= 4.2.0" ] }, "swift_version": "4.2" }
Tue, 28 May 2019 10:16:04 +0000