-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathR.objc.podspec
More file actions
28 lines (24 loc) · 1.21 KB
/
R.objc.podspec
File metadata and controls
28 lines (24 loc) · 1.21 KB
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
#
# Be sure to run `pod lib lint R.objc.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'R.objc'
s.version = '0.8.2'
s.summary = 'Get autocompleted localizable strings and asset catalogue images names'
s.description = <<-DESC
Freely inspired by R.swift: get autocompleted localizable strings and asset catalogue images names.
You can have:
- Compile time check: no more incorrect strings that make your app crash at runtime
- Autocompletion: never have to guess that image name again
DESC
s.homepage = 'https://github.com/SysdataSpA/R.objc'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.author = { 'Sysdata SpA' => 'team.mobile@sysdata.it' }
s.source = { :http => 'https://github.com/SysdataSpA/R.objc/releases/download/0.8.2/Robjc.zip' }
s.preserve_paths = "robjc"
s.ios.deployment_target = '8.0'
end