Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaterfall committed Dec 17, 2013
1 parent 74884b1 commit 2c9942b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ MWFeedParser is an Objective-C framework for downloading and parsing RSS (1.* an
#### Feed Items
- Title
- Link
- Author name
- Date (the date the item was published)
- Updated date (the date the item was updated, if available)
- Summary (brief description of item)
Expand Down Expand Up @@ -105,6 +106,7 @@ Here is a list of the available properties for feed info and item objects:

- `item.title` (`NSString`)
- `item.link` (`NSString`)
- `item.author` (`NSString`)
- `item.date` (`NSDate`)
- `item.updated` (`NSDate`)
- `item.summary` (`NSString`)
Expand Down Expand Up @@ -205,11 +207,4 @@ 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.


Contact
===============

Website: <http://michaelwaterfall.com>
Twitter: <http://twitter.com/mwaterfall>
THE SOFTWARE.

0 comments on commit 2c9942b

Please sign in to comment.