Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Finetune podspec for first beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Dec 8, 2015
1 parent 54b1637 commit 59b9b54
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions R.swift.Library.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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" => "[email protected]" }
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'
Expand Down

0 comments on commit 59b9b54

Please sign in to comment.