Commit 8161f2ed authored by Vincent's avatar Vincent

update git url

parent c2bea86b
......@@ -27,10 +27,10 @@ Your account manager creates your campaigns, analyzes them and then returns you
Website : http://www.appsmiles.eu/?lang=en
DESC
s.homepage = 'http://gitlab.appsmiles.eu:8181/appsmiles-public/APMServices-SDK-iOS'
s.homepage = 'https://gitlab.appsmiles.eu/appsmiles-public/APMServices-SDK-iOS'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Vincent Ducastel' => 'vincent@appsmiles.fr', 'Dev' => 'dev@appsmiles.fr' }
s.source = { :git => 'http://gitlab.appsmiles.eu:8181/appsmiles-public/APMServices-SDK-iOS.git', :tag => s.version.to_s }
s.source = { :git => 'https://gitlab.appsmiles.eu/appsmiles-public/APMServices-SDK-iOS.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/apps_miles'
s.ios.deployment_target = '7.0'
......
......@@ -8,7 +8,7 @@ APMServices is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'APMServices', '~> 1.6.0'
pod 'APMServices', '~> 1.6.1'
```
## Next
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment