-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ankush Kushwaha
committed
Aug 2, 2018
1 parent
caca315
commit d60497b
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|