Skip to content

Commit 2bcbcee

Browse files
committed
Licence added plus changes in readme
1 parent 3a7eec8 commit 2bcbcee

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

LICENSE.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2017 Rootstrap
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ This template comes with:
1515
This App Template also contains other branches with specific features that may be of use to you:
1616

1717
- [**feature/observe_root_vc**](https://github.com/rootstrap/ios-base/tree/feature/observe_root_vc): Detecting when **rootViewController** gets loaded.
18-
- [**util_gradients**](https://github.com/rootstrap/ios-base/tree/util_gradients): Helper methods to easily add **color gradients**.
19-
- [**paginated_collections**](https://github.com/rootstrap/ios-base/tree/paginated_collections): Adds **paginated** subclasses of **UITableView** and **UICollectionView**.
20-
- [**rx_swift**](https://github.com/rootstrap/ios-base/tree/rx_swift) in case you want to work with **RxSwift** or **MVVM**.
18+
- [**feature/util_gradients**](https://github.com/rootstrap/ios-base/tree/feature/util_gradients): Helper methods to easily add **color gradients**.
19+
- [**feature/paginated_collections**](https://github.com/rootstrap/ios-base/tree/feature/paginated_collections): Adds **paginated** subclasses of **UITableView** and **UICollectionView**.
20+
- [**feature/RX_Swift**](https://github.com/rootstrap/ios-base/tree/feature/RX_Swift) in case you want to work with **RxSwift** or **MVVM**.
2121

2222
To use them simply download the branch and locally rebase against master/develop from your initial **iOS base** clone.
2323

@@ -40,6 +40,8 @@ To use them simply download the branch and locally rebase against master/develop
4040
16. Run `pod install`.
4141
17. Done :)
4242

43+
To manage user and session persistence after the original sign in/up we store that information in the native UserDefaults. The parameters that we save are due to the usage of [Devise Token Auth](https://github.com/lynndylanhurley/devise_token_auth) for authentication on the server side. Suffice to say that this can be modified to be on par with the server authentication of your choice.
44+
4345
## Pods
4446
#### Main
4547
- [Alamofire](https://github.com/Alamofire/Alamofire) for easy and elegant connection with an API.
@@ -77,6 +79,10 @@ We strongly recommend that all private keys be added to a `.plist` file that wil
7779
**Repeat this step for the Post-actions script.**
7880
4. Done :)
7981

82+
## License
83+
84+
iOS-Base is available under the MIT license. See the LICENSE file for more info.
85+
8086
## Credits
8187

8288
**iOS Base** is maintained by [Rootstrap](http://www.rootstrap.com) with the help of our [contributors](https://github.com/rootstrap/ios-base/contributors).

0 commit comments

Comments
 (0)