Skip to content

Commit

Permalink
Merge branch 'make_library_public'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ironworks committed Aug 17, 2019
2 parents 494feeb + 643a129 commit 75fdc8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GeniusSportWidgetLoader.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Pod::Spec.new do |s|
TODO: Add long description of the pod here.
DESC

s.homepage = 'https://gitlab.betgenius.net/ux/geniusbet-mobile-development/smartstream-ios-integration'
s.homepage = 'https://github.com/geniussportsgroup/smartstream-ios-integration'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'GeniusSport' => '[email protected]' }
s.source = { :git => 'https://gitlab.betgenius.net/ux/geniusbet-mobile-development/smartstream-ios-integration.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/geniussportsgroup/smartstream-ios-integration.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '8.0'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To use the pod in your own project create your XCODE project, open a terminal an

``````ruby
pod init
```
``````

This will create a 'Podfile' file, edit this to include the GeniusSportWidgetLoader pod. Update the name of the targets to to be the same as your project:

Expand Down

0 comments on commit 75fdc8c

Please sign in to comment.