Skip to content

Commit

Permalink
Merge pull request #1 from juanrossi/master
Browse files Browse the repository at this point in the history
Updated authors and readme.
  • Loading branch information
impronunciable committed Jan 9, 2015
2 parents f75438b + a93b7da commit 95f2200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Mango SDK for iOS
We use _CocoaPods_:

```
pod 'mango-ios', :git => 'https://github.com/betzerra/mango-ios.git'
pod 'mango-ios', :git => 'https://github.com/mango/mango-ios.git'
```

#How to use
Expand Down
2 changes: 1 addition & 1 deletion mango-ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.homepage = "https://developers.getmango.com"
s.license = { :type => "MIT", :file => "LICENSE.MD" }

s.authors = { 'Ezequiel Becerra' => '[email protected]', 'Gonzalo Larralde' => '[email protected]' }
s.authors = { 'Mango Development Team' => '[email protected]', 'Ezequiel Becerra' => '[email protected]', 'Gonzalo Larralde' => '[email protected]' }
s.social_media_url = "https://twitter.com/getmango"

s.platform = :ios, "7.0"
Expand Down

0 comments on commit 95f2200

Please sign in to comment.