forked from AckeeCZ/ACKLocalization
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathACKLocalization.podspec
More file actions
Latest commit
21 lines (18 loc) · 959 Bytes
/
Copy pathACKLocalization.podspec
File metadata and controls
21 lines (18 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.newdo |s|
s.name='ACKLocalization'
s.version='1.1.3'
s.summary='Localize app from Google Spreadsheet'
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description=<<-DESC
Localize your app from Google Spreadsheet using swift tool.
DESC
s.homepage='https://github.com/AckeeCZ/ACKLocalization'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={'Ackee'=>'info@ackee.cz'}
s.source={http: "https://github.com/AckeeCZ/ACKLocalization/releases/download/#{s.version}/acklocalization-#{s.version}.zip"}
s.preserve_paths='*'
end