Skip to content

Commit

Permalink
Updated README with license info and adde license file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Estevao committed Jun 8, 2013
1 parent 7888eae commit e88679a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 8 deletions.
19 changes: 19 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (c) 2013 Sergio Estevao (http://sergioestevao.com/)

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.
25 changes: 17 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
SELibrary
==================
## SELibrary

SELibrary is a collection of utility methods and category extensions that I'm standardizing on. This should evolve into a toolset of well-documented and -tested code to accelerate future developments.

At a Glance
-----------
## At a Glance

Contained are several category methods

- NSString+SEAdditions - various utility methods for strings
Expand All @@ -21,13 +20,11 @@ Other classes simplify common tasks
- SETableViewCell - comon code to loading tableviewcell from nib files.
- SEBorderView - a view that allows to define a border.

Documentation
-------------
## Documentation

Documentation is being generated using the AppleDoc tool. If you build the Documentation target it will automatic added the information to your XCode documentation library.

Usage
-----
## Usage

The SELibrary.framework is using the "Fake Framework" template put together by [Karl Stenerud](https://github.com/kstenerud/iOS-Universal-Framework). If your app does not use ARC yet (but SELibrary does) then you also need the -fobjc-arc linker flag.

Expand All @@ -39,3 +36,15 @@ The SELibrary.framework is using the "Fake Framework" template put together by [
- ImageIO.framework
- QuartzCore.framework
- SystemConfiguration.framework

## Contact

Sergio Estevao

- http://github.com/SergioEstevao
- http://twitter.com/SergioEstevao
- sergioestevao@gmail.com

## License

SELibrary is available under the MIT license. See the LICENSE file for more info.

0 comments on commit e88679a

Please sign in to comment.