This repository was archived by the owner on Sep 19, 2024. It is now read-only.
File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
3
3
spec . name = "R.swift.Library"
4
- spec . version = "0.12.0 "
4
+ spec . version = "1.0.0.beta.1 "
5
5
spec . license = "MIT"
6
6
7
7
spec . summary = "Companion library for R.swift, featuring types used to type resources"
@@ -10,16 +10,13 @@ Pod::Spec.new do |spec|
10
10
11
11
R.swift is a tool to get strong typed, autocompleted resources like images, fonts and segues in Swift projects.
12
12
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"
17
14
18
15
spec . author = { "Mathijs Kadijk" => "mkadijk@gmail.com" }
19
16
spec . social_media_url = "https://twitter.com/mac_cain13"
20
17
21
18
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 } " }
23
20
24
21
spec . ios . deployment_target = '8.0'
25
22
spec . tvos . deployment_target = '9.0'
You can’t perform that action at this time.
0 commit comments