Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2906c33e31 | |||
| cd0a333e34 | |||
| 35d709a4bf |
@@ -28,7 +28,7 @@ s.author = { 'Hamza Ghazouani' => 'hamza.ghazouani@gmail.com' }
|
||||
s.source = { :git => 'https://github.com/HamzaGhazouani/HGCircularSlider.git', :tag => s.version.to_s }
|
||||
s.social_media_url = 'https://twitter.com/GhazouaniHamza'
|
||||
|
||||
s.ios.deployment_target = '8.0'
|
||||
s.ios.deployment_target = '9.0'
|
||||
|
||||
s.source_files = 'HGCircularSlider/Classes/**/*'
|
||||
|
||||
|
||||
@@ -27,22 +27,19 @@ To run the example project, clone the repo, and run `pod install` from the Examp
|
||||
## Requirements
|
||||
|
||||
- iOS 9.0+
|
||||
- Xcode 10.0
|
||||
- Xcode 11.4
|
||||
|
||||
## Installation
|
||||
|
||||
HGCircularSlider is available through [CocoaPods](http://cocoapods.org). To install
|
||||
HGCircularSlider is also available through [Swift Package Manager](https://swift.org/package-manager/)
|
||||
|
||||
Follow this [doc](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app?language=swift).
|
||||
|
||||
HGCircularSlider is also available through [CocoaPods](http://cocoapods.org). To install
|
||||
it, simply add the following line to your Podfile:
|
||||
|
||||
``` ruby
|
||||
# Swift 3.1 - Xcode 8.3
|
||||
pod 'HGCircularSlider', '~> 2.0.0'
|
||||
|
||||
# Swift 3 - Xcode 8
|
||||
pod 'HGCircularSlider', '~> 1.0.3'
|
||||
|
||||
# Swift 2.2 - Xcode 7.3.1 (Checkout Swift2_Xcode7.3 branche)
|
||||
pod 'HGCircularSlider', '~> 0.1.2'
|
||||
pod 'HGCircularSlider', '~> 2.2.1'
|
||||
```
|
||||
|
||||
HGCircularSlider is also available through [Carthage](https://github.com/Carthage/Carthage). To install
|
||||
@@ -50,7 +47,6 @@ it, simply add the following line to your Cartfile:
|
||||
|
||||
|
||||
``` ruby
|
||||
# Swift 3.1 - Xcode 8
|
||||
github "HamzaGhazouani/HGCircularSlider"
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user