From 5b6d0f06537853bbeee9cabe0e6de2a9d8bbb6b1 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan Date: Sun, 27 Oct 2019 06:11:00 -0400 Subject: [PATCH] Update README.md --- README.md | 37 +++++-------------------------------- 1 file changed, 5 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index ccb6027..3e023ef 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@

+ GitRoyalty Platform: iOS 9.0+ Language: Swift 4 Carthage compatible @@ -29,39 +30,11 @@ Disk requires **iOS 9+** and is compatible with projects using **Swift 4.0** and ## Installation -* CocoaPods: +Support Disk's contributors with a monthly subscription on https://gitroyalty.com/saoudrizwan/Disk to install this package. -Disk supports [CocoaPods 1.7.0's new multi-Swift feature](http://blog.cocoapods.org/CocoaPods-1.7.0-beta/) for Swift 4.0, 4.2, and 5.0. Simply specify `supports_swift_versions` in your Podfile. - -```ruby -platform :ios, '9.0' -target 'ProjectName' do -use_frameworks! -supports_swift_versions '< 5.0' # configure this for your project - - pod 'Disk', '~> 0.6.4' - -end -``` -*(if you run into problems, `pod repo update` and try again)* - -* Carthage: - - ```ruby - github "saoudrizwan/Disk" - ``` - -* Swift Package Manager: - -``` -dependencies: [ - .Package(url: "https://github.com/saoudrizwan/Disk.git", "0.6.4") -] -``` - -* Or embed the Disk framework into your project - -And `import Disk` in the files you'd like to use it. +[![Subscribe on GitRoyalty](https://gitroyalty.com/saoudrizwan/Disk/subscribe.svg)](https://gitroyalty.com/saoudrizwan/Disk) +
+* comes with a 2 week free trial and can be cancelled anytime ## Usage