File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'DDDKit'
11
- s . version = '1.3 .0'
11
+ s . version = '1.4 .0'
12
12
s . summary = 'DDDKit is an open source version of SCNKit'
13
13
14
14
# This description is used to generate tags and improve search results.
@@ -22,11 +22,11 @@ Pod::Spec.new do |s|
22
22
Currently, DDDKit focuses on implementing video related features, that are extremely buggy in SceneKit
23
23
DESC
24
24
25
- s . homepage = 'https://github.com/team-pie /DDDKit'
25
+ s . homepage = 'https://github.com/gsabran /DDDKit'
26
26
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
27
27
s . license = { :type => 'MIT' , :file => 'LICENSE' }
28
28
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 }
30
30
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
31
31
32
32
s . ios . deployment_target = '8.0'
You can’t perform that action at this time.
0 commit comments