forked from mac-cain13/R.swift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
R.swift.podspec
29 lines (19 loc) · 1.02 KB
/
R.swift.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Pod::Spec.new do |s|
s.name = "R.swift"
s.version = "0.9.0.beta.2"
s.summary = "Use strong typed, autocompleted resources like images and segues in Swift"
s.description = <<-DESC
R.swift is a tool to get strong typed, autocompleted resources like images and segues in Swift
* Never type string identifiers again
* Strong type all the things
* Supports images, segues, storyboards, nibs and xibs, reuse identifiers and more
* Compile time checks and errors instead of runtime crashes
DESC
s.homepage = "https://github.com/mac-cain13/R.swift"
s.license = "MIT"
s.author = { "Mathijs Kadijk" => "[email protected]" }
s.social_media_url = "https://twitter.com/mac_cain13"
s.platform = :ios, "7.0"
s.source = { :http => "https://github.com/mac-cain13/R.swift/releases/download/v0.9.0.beta.2/rswift-0.9.0.beta.2.zip" }
s.preserve_paths = "rswift"
end