Skip to content

Commit cea0fc5

Browse files
Renamed podspec, added org-prefix
1 parent d77c08d commit cea0fc5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CryptoLib.podspec renamed to CryptomatorCryptoLib.podspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Pod::Spec.new do |s|
2-
s.name = 'CryptoLib'
2+
s.name = 'CryptomatorCryptoLib'
33
s.version = '0.1.0'
4-
s.summary = 'CryptoLib is an iOS crypto library to access Cryptomator vaults.'
4+
s.summary = 'CryptomatorCryptoLib is an iOS crypto library to access Cryptomator vaults.'
55

66

77
s.homepage = 'https://github.com/cryptomator/cryptolib-swift'
88
s.license = { :type => 'AGPLv3', :file => 'LICENSE.txt' }
9-
s.author = { 'Philipp Schmid' => '[email protected]' }
9+
s.author = { 'Philipp Schmid' => '[email protected]',
10+
'Sebastian Stenzel' => '[email protected]' }
1011
s.source = { :git => 'https://github.com/cryptomator/cryptolib-swift.git', :tag => s.version.to_s }
1112
s.social_media_url = 'https://twitter.com/Cryptomator'
1213

0 commit comments

Comments
 (0)