@@ -8,11 +8,11 @@ This contains a small patch to the C library so that it doesn't segfault with a
8
8
Usage
9
9
-----
10
10
11
- #import "MessagePack.h"
12
- ...
13
- NSData* myData = ...
14
- NSDictionary* parsed = [ myData messagePackParse] ;
15
- NSLog(@"%@", [ parsed description] );
11
+ #import "MessagePack.h"
12
+ ...
13
+ NSData* myData = ...
14
+ NSDictionary* parsed = [myData messagePackParse];
15
+ NSLog(@"%@", [parsed description]);
16
16
17
17
Authors
18
18
-------
@@ -23,16 +23,16 @@ Authors
23
23
License
24
24
-------
25
25
26
- Copyright 2011 Media Innovations
26
+ Copyright 2011 Media Innovations
27
27
28
- Licensed under the Apache License, Version 2.0 (the "License");
29
- you may not use this file except in compliance with the License.
30
- You may obtain a copy of the License at
28
+ Licensed under the Apache License, Version 2.0 (the "License");
29
+ you may not use this file except in compliance with the License.
30
+ You may obtain a copy of the License at
31
31
32
- http://www.apache.org/licenses/LICENSE-2.0
32
+ http://www.apache.org/licenses/LICENSE-2.0
33
33
34
- Unless required by applicable law or agreed to in writing, software
35
- distributed under the License is distributed on an "AS IS" BASIS,
36
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
37
- See the License for the specific language governing permissions and
38
- limitations under the License.
34
+ Unless required by applicable law or agreed to in writing, software
35
+ distributed under the License is distributed on an "AS IS" BASIS,
36
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
37
+ See the License for the specific language governing permissions and
38
+ limitations under the License.
0 commit comments