diff --git a/SwiftGif.xcodeproj/project.xcworkspace/xcuserdata/arne.xcuserdatad/UserInterfaceState.xcuserstate b/SwiftGif.xcodeproj/project.xcworkspace/xcuserdata/arne.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index 238764d..0000000 Binary files a/SwiftGif.xcodeproj/project.xcworkspace/xcuserdata/arne.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ diff --git a/SwiftGif.podspec b/SwiftGifOrigin.podspec similarity index 82% rename from SwiftGif.podspec rename to SwiftGifOrigin.podspec index 52e01b8..f5068c0 100644 --- a/SwiftGif.podspec +++ b/SwiftGifOrigin.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| - s.name = 'SwiftGif' - s.version = '1.4.1' + s.name = 'SwiftGifOrigin' + s.version = '1.4.2' s.summary = 'A small UIImage extension with gif support' s.homepage = 'https://github.com/bahlo/SwiftGif' s.license = 'MIT' @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.source = { git: 'https://github.com/bahlo/SwiftGif.git', - tag: 'v1.4.1' + tag: 'v1.4.2' } s.source_files = 'SwiftGifCommon/*.swift'