Skip to content

Commit 027d082

Browse files
committed
[#6] Update README
1 parent 3a5fd9f commit 027d082

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JSONMapper
1+
# JSONAPIMapper
22

33
An iOS library supports mapping json data
44

@@ -12,10 +12,18 @@ Once you have your Swift package set up, adding Alamofire as a dependency is as
1212

1313
```swift
1414
dependencies: [
15-
.package(url: "https://github.com/nimblehq/JSONMapper.git", .upToNextMajor(from: "1.0.2"))
15+
.package(url: "https://github.com/nimblehq/JSONMapper.git", .upToNextMajor(from: "1.1.0"))
1616
]
1717
```
1818

19+
### Cocoapods
20+
21+
JSONAPIMapper can be added to your project using CocoaPods 0.36 or later by adding the following line to your Podfile:
22+
23+
```ruby
24+
pod 'JSONAPIMapper', '~> 1.1' (check releases to make sure this is the latest version)
25+
```
26+
1927
## License
2028

2129
This project is Copyright (c) 2014 and onwards. It is free software,

0 commit comments

Comments
 (0)