File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ Installation
29
29
- ** For iOS 8+ projects** with [ CocoaPods] ( https://cocoapods.org ) :
30
30
31
31
``` ruby
32
- pod ' SafeIndex' , ' ~> 0.1 '
32
+ pod ' SafeIndex' , ' ~> 0.2 '
33
33
```
34
34
35
35
- ** For iOS 8 + projects** with [Carthage ](https: // github.com/ Carthage / Carthage ):
36
36
37
37
```
38
- github " devxoul/SafeIndex" ~ > 0.1
38
+ github " devxoul/SafeIndex" ~ > 0.2
39
39
```
40
40
41
41
- ** For iOS 7 projects** with [CocoaSeeds ](https: // github.com/ devxoul/ CocoaSeeds ):
42
42
43
43
` ` ` ruby
44
- github 'devxoul/SafeIndex', '0.1 .0', :files => 'Sources/*.swift'
44
+ github 'devxoul/SafeIndex', '0.2 .0', :files => 'Sources/*.swift'
45
45
` ` `
46
46
47
47
- ** Using [Swift Package Manager ](https: // swift.org/ package- manager)** :
@@ -52,7 +52,7 @@ Installation
52
52
let package = Package(
53
53
name: "MyAwesomeApp",
54
54
dependencies: [
55
- .Package(url: "https://github.com/devxoul/SafeIndex", "0.1 .0"),
55
+ .Package(url: "https://github.com/devxoul/SafeIndex", "0.2 .0"),
56
56
]
57
57
)
58
58
` ` `
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "SafeIndex"
3
- s . version = "0.1 .0"
3
+ s . version = "0.2 .0"
4
4
s . summary = "Optional Index for Swift"
5
5
s . homepage = "https://github.com/devxoul/SafeIndex"
6
6
s . license = { :type => "MIT" , :file => "LICENSE" }
You can’t perform that action at this time.
0 commit comments