Skip to content

Commit

Permalink
Update source url
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankush Kushwaha committed Aug 2, 2018
1 parent caca315 commit d60497b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Starflight_swift

[![CI Status](https://img.shields.io/travis/ankushkushwaha/Starflight_swift.svg?style=flat)](https://travis-ci.org/ankushkushwaha/Starflight_swift)
[![CI Status](https://img.shields.io/travis/StarcutFinland/Starflight_swift.svg?style=flat)](https://travis-ci.org/StarcutFinland/Starflight_swift)
[![Version](https://img.shields.io/cocoapods/v/Starflight_swift.svg?style=flat)](https://cocoapods.org/pods/Starflight_swift)
[![License](https://img.shields.io/cocoapods/l/Starflight_swift.svg?style=flat)](https://cocoapods.org/pods/Starflight_swift)
[![Platform](https://img.shields.io/cocoapods/p/Starflight_swift.svg?style=flat)](https://cocoapods.org/pods/Starflight_swift)
Expand Down
4 changes: 2 additions & 2 deletions Starflight_swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Pod::Spec.new do |s|
'A Library to include Starflight into iOS swift applications. This is developed in swift 4.2.'
DESC

s.homepage = 'https://github.com/ankushkushwaha/Starflight_swift'
s.homepage = 'https://github.com/StarcutFinland/Starflight_swift'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'ankushkushwaha' => '[email protected]' }
s.source = { :git => 'https://github.com/ankushkushwaha/Starflight_swift.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/StarcutFinland/Starflight_swift.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '8.0'
Expand Down

0 comments on commit d60497b

Please sign in to comment.