diff --git a/Podfile b/Podfile index 96487d3..3101b32 100644 --- a/Podfile +++ b/Podfile @@ -2,8 +2,6 @@ use_frameworks! abstract_target 'SignalProtocolSwift' do - - # Pods for SignalProtocolSwift # Protocol Buffers in Swift diff --git a/SignalProtocolSwift.podspec b/SignalProtocolSwift.podspec index 1be9383..3d1d93d 100644 --- a/SignalProtocolSwift.podspec +++ b/SignalProtocolSwift.podspec @@ -1,17 +1,17 @@ Pod::Spec.new do |spec| - spec.name = 'SignalProtocolSwift' + spec.name = 'LibSignalProtocolSwift' spec.summary = 'A Swift implementation of the Signal Protocol API' spec.license = 'MIT' - spec.version = '0.9.6' + spec.version = '0.9.7' spec.source = { - :git => 'https://github.com/christophhagen/SignalProtocolSwift.git', + :git => 'https://github.com/christophhagen/LibSignalProtocolSwift.git', :tag => spec.version } spec.swift_version = '4.0' spec.authors = { 'Christoph Hagen' => 'christoph@spacemasters.eu' } - spec.homepage = 'https://github.com/christophhagen/SignalProtocolSwift' + spec.homepage = 'https://github.com/christophhagen/LibSignalProtocolSwift' spec.ios.deployment_target = '9.0' spec.osx.deployment_target = '10.9' diff --git a/SignalProtocolSwift.xcworkspace/xcuserdata/User.xcuserdatad/UserInterfaceState.xcuserstate b/SignalProtocolSwift.xcworkspace/xcuserdata/User.xcuserdatad/UserInterfaceState.xcuserstate index 91737a8..ac55579 100644 Binary files a/SignalProtocolSwift.xcworkspace/xcuserdata/User.xcuserdatad/UserInterfaceState.xcuserstate and b/SignalProtocolSwift.xcworkspace/xcuserdata/User.xcuserdatad/UserInterfaceState.xcuserstate differ