diff --git a/.gitignore b/.gitignore index cb1e42e..b9ab6f6 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ xcuserdata # Carthage Carthage/Build +*.podspec diff --git a/Snail.podspec b/Snail.podspec deleted file mode 100644 index 00782c9..0000000 --- a/Snail.podspec +++ /dev/null @@ -1,12 +0,0 @@ -Pod::Spec.new do |s| - s.name = "Snail" - s.version = "0.7.0" - s.summary = "An observables framework for Swift" - s.homepage = "https://github.com/UrbanCompass/Snail" - s.license = "MIT" - s.author = "Compass" - s.ios.deployment_target = "11.0" - s.source = { :git => "https://github.com/UrbanCompass/Snail.git", :tag => "#{s.version}" } - s.source_files = "Snail/**/*.swift" - s.swift_version = '5.0' -end