Skip to content

Commit

Permalink
added: instalations docs
Browse files Browse the repository at this point in the history
  • Loading branch information
totocaster committed May 20, 2017
1 parent 54790d9 commit 0111982
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,32 @@ Inert `JSONFeedAuthor` struct with name, avatar URL and web URL. Can be present

## Installation

Coming soon.
#### CocoaPods
You can use [CocoaPods](http://cocoapods.org/) to install `JSONFeed` by adding it to your `Podfile`:

```ruby
platform :ios, '10.0'
use_frameworks!
pod 'JSONFeed'
```

Import `JSONFeed` wherever you plan to parse feed and follow instructions from above.


#### Carthage
Create a `Cartfile` that lists the framework and run `carthage update`. Follow the [instructions](https://github.com/Carthage/Carthage#if-youre-building-for-ios) to add `$(SRCROOT)/Carthage/Build/iOS/JSONFeed.framework` to an iOS project.

```
github "totocaster/JSONFeed"
```

#### Manually
Download and drop all files from ```Classes``` folder into in your project.

---

## License

Typist is released under the MIT license. See ``LICENSE`` for details.

JSONFeed is released under the MIT license. See ``LICENSE`` for details.

[v1]: https://jsonfeed.org/version/1

0 comments on commit 0111982

Please sign in to comment.