Skip to content

Commit

Permalink
- README updated to support the latest release 1.3.0
Browse files Browse the repository at this point in the history
- podspec updated to support the latest release 1.3.0
  • Loading branch information
ennioma committed Mar 9, 2017
1 parent 263fffc commit 8cf53b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Add AREK to your Podfile
```ruby
use_frameworks!
target 'MyTarget' do
pod 'arek', '~> 1.2.1'
pod 'arek', '~> 1.3.0'
end
```

Expand All @@ -199,7 +199,7 @@ $ pod install

## Carthage
```ruby
github "ennioma/arek" ~> "1.2.1"
github "ennioma/arek" ~> "1.3.0"
```

Then on your application target *Build Phases* settings tab, add a "New Run Script Phase". Create a Run Script with the following content:
Expand Down
2 changes: 1 addition & 1 deletion arek.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'arek'
s.version = '1.2.1'
s.version = '1.3.0'
s.summary = 'AREK is a clean and easy to use wrapper over any kind of iOS permission.'
s.homepage = 'https://github.com/ennioma/arek'
s.license = { :type => 'MIT', :file => 'LICENSE'}
Expand Down

0 comments on commit 8cf53b3

Please sign in to comment.