Skip to content

Commit 29919a4

Browse files
committed
updated readme and podspec
1 parent 85e9ad7 commit 29919a4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Navigation-stack.podspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'Navigation-stack'
3-
s.version = '0.0.8'
3+
s.version = '1.0.0'
44
s.summary = 'Show list of navigationControllers'
55
s.license = 'MIT'
66
s.homepage = 'https://github.com/Ramotion/navigation-stack'
77
s.author = { 'Juri Vasylenko' => '[email protected]' }
8-
s.ios.deployment_target = '9.0'
8+
s.ios.deployment_target = '10.0'
99
s.source = { :git => 'https://github.com/Ramotion/navigation-stack.git', :tag => s.version.to_s }
1010
s.source_files = 'Source/**/*.swift'
11-
s.requires_arc = true
1211
end

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ pod 'Navigation-stack'
3232

3333
or [Carthage](https://github.com/Carthage/Carthage) users can simply add to their `Cartfile`:
3434
```
35-
github "Ramotion/navigation-stack"
35+
github "Ramotion/navigation-stack", "~> 0.0.8" swift 2
36+
37+
github "Ramotion/navigation-stack", "~> 1.0.0" swift 3
3638
```
3739

3840
## Usage

0 commit comments

Comments
 (0)