Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
peterprokop committed Feb 8, 2017
2 parents 88f6ff5 + 0241556 commit 123e1b3
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AlertyAlert.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'AlertyAlert'
s.version = '0.2.1'
s.license = 'MIT'
s.version = '0.2.2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'AlertyAlert is a nice and fluffy iOS alert library for all your alerty needs'
s.homepage = 'https://github.com/peterprokop/AlertyAlert'
s.authors = { 'Peter "Fatso" Prokop' => 'prokop.petr@gmail.com' }
Expand Down
21 changes: 21 additions & 0 deletions AlertyAlert/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2017 Peter Prokop

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,18 @@ Just clone and drop `AlertyAlert/AlertyAlert` subfolder to your project/workspac
* Add `import AlertyAlert` on top of your view controller's code

### Cocoapods
- Make sure that you use latest stable Cocoapods version: `pod --version`
- If not, update it: `sudo gem install cocoapods`
- `pod init` in you project root dir
- `nano Podfile`, add:

Cocoapods will be supported in the nearest future
```
pod 'AlertyAlert', '~> 0.2.1'
```
- Save it: `ctrl-x`, `y`, `enter`
- `pod update`
- Open generated `.xcworkspace`
- Don't forget to import AlertyAlert: `import AlertyAlert`!

## Requirements

Expand Down

0 comments on commit 123e1b3

Please sign in to comment.