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

Commit 59b9b54

Browse files
committed
Finetune podspec for first beta release
1 parent 54b1637 commit 59b9b54

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Diff for: R.swift.Library.podspec

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "R.swift.Library"
4-
spec.version = "0.12.0"
4+
spec.version = "1.0.0.beta.1"
55
spec.license = "MIT"
66

77
spec.summary = "Companion library for R.swift, featuring types used to type resources"
@@ -10,16 +10,13 @@ Pod::Spec.new do |spec|
1010
1111
R.swift is a tool to get strong typed, autocompleted resources like images, fonts and segues in Swift projects.
1212
DESC
13-
spec.homepage = "https://github.com/mac-cain13/R.swift"
14-
spec.documentation_url = "https://github.com/mac-cain13/R.swift/tree/master/Documentation"
15-
spec.screenshots = [ "https://raw.githubusercontent.com/mac-cain13/R.swift/master/Documentation/Images/DemoUseImage.gif",
16-
"https://raw.githubusercontent.com/mac-cain13/R.swift/master/Documentation/Images/DemoRenameImage.gif" ]
13+
spec.homepage = "https://github.com/mac-cain13/R.swift.Library"
1714

1815
spec.author = { "Mathijs Kadijk" => "mkadijk@gmail.com" }
1916
spec.social_media_url = "https://twitter.com/mac_cain13"
2017

2118
spec.requires_arc = true
22-
spec.source = { :git => "https://github.com/mac-cain13/R.swift.git", :tag => "v#{spec.version}" }
19+
spec.source = { :git => "https://github.com/mac-cain13/R.swift.Library.git", :tag => "v#{spec.version}" }
2320

2421
spec.ios.deployment_target = '8.0'
2522
spec.tvos.deployment_target = '9.0'

0 commit comments

Comments
 (0)