This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finetune podspec for first beta release
- Loading branch information
1 parent
54b1637
commit 59b9b54
Showing
1 changed file
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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' | ||
|