-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSARAddressBookBackup.podspec
More file actions
25 lines (17 loc) · 770 Bytes
/
Copy pathSARAddressBookBackup.podspec
File metadata and controls
25 lines (17 loc) · 770 Bytes
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
Pod::Spec.new do |s|
s.name = "SARAddressBookBackup"
s.version = "0.0.1"
s.summary = 'UnArchiving Library for iOS'
s.description = 'A very useful library for Unarchiving the .zip, .rar, .7z files for iOS. Simply An Integration of Unrar4iOS + SSZipArchive + LZMA SDK (7z).'
s.homepage = "https://github.com/saru2020/SARAddressBookBackup"
s.license = { :type => 'Custom', :text => 'Copyright (C) 2010 Apple Inc. All Rights Reserved.' }
s.platform = :ios
s.author = {
'Saravanan' => 'saru2020@gmail.com'
}
s.source = {
:git => 'https://github.com/saru2020/SARAddressBookBackup.git',
:tag => s.version.to_s
}
s.source_files = 'Classes', 'External/**/*.{h,m}' # 5
end