File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ Installation
2929- ** For iOS 8+ projects** with [ CocoaPods] ( https://cocoapods.org ) :
3030
3131 ``` ruby
32- pod ' SafeIndex' , ' ~> 0.1 '
32+ pod ' SafeIndex' , ' ~> 0.2 '
3333 ```
3434
3535- ** For iOS 8 + projects** with [Carthage ](https: // github.com/ Carthage / Carthage ):
3636
3737 ```
38- github " devxoul/SafeIndex" ~ > 0.1
38+ github " devxoul/SafeIndex" ~ > 0.2
3939 ```
4040
4141- ** For iOS 7 projects** with [CocoaSeeds ](https: // github.com/ devxoul/ CocoaSeeds ):
4242
4343 ` ` ` ruby
44- github 'devxoul/SafeIndex', '0.1 .0', :files => 'Sources/*.swift'
44+ github 'devxoul/SafeIndex', '0.2 .0', :files => 'Sources/*.swift'
4545 ` ` `
4646
4747- ** Using [Swift Package Manager ](https: // swift.org/ package- manager)** :
@@ -52,7 +52,7 @@ Installation
5252 let package = Package(
5353 name: "MyAwesomeApp",
5454 dependencies: [
55- .Package(url: "https://github.com/devxoul/SafeIndex", "0.1 .0"),
55+ .Package(url: "https://github.com/devxoul/SafeIndex", "0.2 .0"),
5656 ]
5757 )
5858 ` ` `
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "SafeIndex"
3- s . version = "0.1 .0"
3+ s . version = "0.2 .0"
44 s . summary = "Optional Index for Swift"
55 s . homepage = "https://github.com/devxoul/SafeIndex"
66 s . license = { :type => "MIT" , :file => "LICENSE" }
You can’t perform that action at this time.
0 commit comments