diff --git a/R.swift.Library.podspec b/R.swift.Library.podspec index 2c48a30..120dc9a 100644 --- a/R.swift.Library.podspec +++ b/R.swift.Library.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = "R.swift.Library" - spec.version = "0.12.0" + spec.version = "1.0.0.beta.1" spec.license = "MIT" spec.summary = "Companion library for R.swift, featuring types used to type resources" @@ -10,16 +10,13 @@ Pod::Spec.new do |spec| R.swift is a tool to get strong typed, autocompleted resources like images, fonts and segues in Swift projects. DESC - spec.homepage = "https://github.com/mac-cain13/R.swift" - spec.documentation_url = "https://github.com/mac-cain13/R.swift/tree/master/Documentation" - spec.screenshots = [ "https://raw.githubusercontent.com/mac-cain13/R.swift/master/Documentation/Images/DemoUseImage.gif", - "https://raw.githubusercontent.com/mac-cain13/R.swift/master/Documentation/Images/DemoRenameImage.gif" ] + spec.homepage = "https://github.com/mac-cain13/R.swift.Library" spec.author = { "Mathijs Kadijk" => "mkadijk@gmail.com" } spec.social_media_url = "https://twitter.com/mac_cain13" spec.requires_arc = true - spec.source = { :git => "https://github.com/mac-cain13/R.swift.git", :tag => "v#{spec.version}" } + spec.source = { :git => "https://github.com/mac-cain13/R.swift.Library.git", :tag => "v#{spec.version}" } spec.ios.deployment_target = '8.0' spec.tvos.deployment_target = '9.0'