diff --git a/.swift-version b/.swift-version deleted file mode 100644 index bf77d54..0000000 --- a/.swift-version +++ /dev/null @@ -1 +0,0 @@ -4.2 diff --git a/FMPhotoPicker.podspec b/FMPhotoPicker.podspec index 34d03ac..7b6c6de 100644 --- a/FMPhotoPicker.podspec +++ b/FMPhotoPicker.podspec @@ -1,4 +1,4 @@ -@version = "0.8.2" +@version = "0.9.0" Pod::Spec.new do |s| s.name = "FMPhotoPicker" @@ -11,4 +11,5 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/tribalmedia/FMPhotoPicker.git", :tag => s.version } s.source_files = 'Classes', 'FMPhotoPicker/FMPhotoPicker/source/**/*.swift' s.resources = ['FMPhotoPicker/FMPhotoPicker/source/Assets.xcassets', 'FMPhotoPicker/FMPhotoPicker/source/**/*.xib'] + s.swift_version = ["4.2", "5.0"] end