README.md in cocoapods-rome-0.4.2 vs README.md in cocoapods-rome-0.5.0
- old
+ new
@@ -18,10 +18,12 @@
```ruby
platform :osx, '10.10'
plugin 'cocoapods-rome'
-pod 'Alamofire'
+target 'caesar' do
+ pod 'Alamofire'
+end
```
then run this:
```bash