Skip to content

Commit 95f2200

Browse files
Merge pull request #1 from juanrossi/master
Updated authors and readme.
2 parents f75438b + a93b7da commit 95f2200

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Mango SDK for iOS
77
We use _CocoaPods_:
88

99
```
10-
pod 'mango-ios', :git => 'https://github.com/betzerra/mango-ios.git'
10+
pod 'mango-ios', :git => 'https://github.com/mango/mango-ios.git'
1111
```
1212

1313
#How to use

mango-ios.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.homepage = "https://developers.getmango.com"
1313
s.license = { :type => "MIT", :file => "LICENSE.MD" }
1414

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

1818
s.platform = :ios, "7.0"

0 commit comments

Comments
 (0)