Skip to content

Commit aebbb96

Browse files
author
Jonathan Azoff
committed
adds foundation as dependency
1 parent 53efbb4 commit aebbb96

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

FTPKit.podspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'FTPKit'
4-
s.version = '1.3.4'
4+
s.version = '1.3.5'
55
s.license = 'MIT'
66
s.summary = 'FTP Transfer Library'
77
s.homepage = 'https://github.com/omniprojects/FTPKit'
88
s.author = { 'Omni Projects Inc.' => '[email protected]' }
99

10-
s.source = { :git => 'https://github.com/omniprojects/FTPKit.git', :tag => '1.3.4' }
10+
s.source = { :git => 'https://github.com/omniprojects/FTPKit.git', :tag => '1.3.5' }
1111
s.description = 'FTP Transfer Library'
1212

1313
s.source_files = 'FTPKit/**/*.{h,m,pch}', 'Libraries/**/ftplib.{c,h}'
14-
14+
s.frameworks = 'Foundation'
15+
1516
end

0 commit comments

Comments
 (0)