Skip to content

Commit c7675fb

Browse files
committed
Update README.md
1 parent 291662e commit c7675fb

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

README.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ Requirements
3030
Adding JSONModel to your project
3131
====================================
3232

33-
Cocoa pod
34-
------------
35-
36-
* coming soon ...
37-
3833
Source files
3934
------------
4035

@@ -43,6 +38,22 @@ Source files
4338
3. Build your project and check that there are no compile time errors
4439
(if your project is non-arc for example, you will get a compile time error from the JSONModel library)
4540

41+
Cocoa pod
42+
------------
43+
44+
1. Be sure to update your pods specs:
45+
46+
```bash
47+
pod setup
48+
```
49+
50+
2. In your **Podfile** add the JSONModel pod:
51+
52+
```ruby
53+
pod 'JSONModel'
54+
```
55+
That's it!
56+
4657
------------------------------------
4758
Basic usage
4859
====================================
@@ -127,6 +138,10 @@ This code is distributed under the terms and conditions of the MIT license.
127138
Change-log
128139
==========
129140

141+
**Version 0.8.2** @ 2013-01-01
142+
143+
- Added distribution as a Cocoa Pod
144+
130145
**Version 0.8.1** @ 2012-12-31
131146

132147
- Fixed Xcode workspace for the demo apps

0 commit comments

Comments
 (0)