Skip to content

Commit

Permalink
update pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
gsabran committed Apr 12, 2018
1 parent 5175562 commit 130c7c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DDDKit.podspec
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'DDDKit'
s.version = '1.3.0'
s.version = '1.4.0'
s.summary = 'DDDKit is an open source version of SCNKit'

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

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

s.ios.deployment_target = '8.0'
Expand Down

0 comments on commit 130c7c2

Please sign in to comment.