Skip to content

Commit

Permalink
fix: 修改pod spec配置,另添加travis.yml的系统为max os
Browse files Browse the repository at this point in the history
  • Loading branch information
CaicaiNo committed Aug 10, 2020
1 parent f8db524 commit b9244de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
os: osx
osx_image: xcode11.6
language: objective-c
env:
Expand Down
2 changes: 1 addition & 1 deletion GrowingAnalytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TODO: Add long description of the pod here.
s.homepage = 'https://www.growingio.com/'
s.license = { :type => 'Apache2.0', :file => 'LICENSE' }
s.author = { 'GrowingIO' => 'support@growingio.com' }
s.source = { :git => 'ssh://vcs-user@codes.growingio.com/diffusion/9/growingio-ios.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/growingio/growingio-sdk-ios-autotracker.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.requires_arc = true
s.default_subspec = "AutoTracker"
Expand Down

0 comments on commit b9244de

Please sign in to comment.