File tree Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,6 @@ Requirements
30
30
Adding JSONModel to your project
31
31
====================================
32
32
33
- Cocoa pod
34
- ------------
35
-
36
- * coming soon ...
37
-
38
33
Source files
39
34
------------
40
35
@@ -43,6 +38,22 @@ Source files
43
38
3 . Build your project and check that there are no compile time errors
44
39
(if your project is non-arc for example, you will get a compile time error from the JSONModel library)
45
40
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
+
46
57
------------------------------------
47
58
Basic usage
48
59
====================================
@@ -127,6 +138,10 @@ This code is distributed under the terms and conditions of the MIT license.
127
138
Change-log
128
139
==========
129
140
141
+ ** Version 0.8.2** @ 2013-01-01
142
+
143
+ - Added distribution as a Cocoa Pod
144
+
130
145
** Version 0.8.1** @ 2012-12-31
131
146
132
147
- Fixed Xcode workspace for the demo apps
You can’t perform that action at this time.
0 commit comments