Skip to content

Commit 130c7c2

Browse files
committed
update pod spec
1 parent 5175562 commit 130c7c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DDDKit.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'DDDKit'
11-
s.version = '1.3.0'
11+
s.version = '1.4.0'
1212
s.summary = 'DDDKit is an open source version of SCNKit'
1313

1414
# This description is used to generate tags and improve search results.
@@ -22,11 +22,11 @@ Pod::Spec.new do |s|
2222
Currently, DDDKit focuses on implementing video related features, that are extremely buggy in SceneKit
2323
DESC
2424

25-
s.homepage = 'https://github.com/team-pie/DDDKit'
25+
s.homepage = 'https://github.com/gsabran/DDDKit'
2626
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
2727
s.license = { :type => 'MIT', :file => 'LICENSE' }
2828
s.author = { 'Guillaume Sabran' => 'sabranguillaume@gmail.com' }
29-
s.source = { :git => 'https://github.com/team-pie/DDDKit.git', :tag => s.version.to_s }
29+
s.source = { :git => 'https://github.com/gsabran/DDDKit.git', :tag => s.version.to_s }
3030
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3131

3232
s.ios.deployment_target = '8.0'

0 commit comments

Comments
 (0)