forked from mobilejazz/Colloc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathColloc.podspec
More file actions
25 lines (21 loc) · 1.05 KB
/
Copy pathColloc.podspec
File metadata and controls
25 lines (21 loc) · 1.05 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
#
# Be sure to run `pod lib lint Colloc.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 = 'Colloc'
s.version = '1.0.4'
s.summary = 'Collaborative Localizations for iOS and Android using Google Documents'
s.description = <<-DESC
Use Goolge drive to define your localization strings and export them to iOS or Android with Colloc, that simple.
DESC
s.homepage = 'https://github.com/mobilejazz/Colloc'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.author = { 'Mobile Jazz' => 'info@mobilejazz.com' }
s.source = { :git => 'https://github.com/mobilejazz/Colloc.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/mobilejazzcom'
s.preserve_paths = ['colloc.php', 'run_script_sample.sh']
end