diff --git a/.swift-version b/.swift-version new file mode 100644 index 0000000..bf77d54 --- /dev/null +++ b/.swift-version @@ -0,0 +1 @@ +4.2 diff --git a/FMPhotoPicker.podspec b/FMPhotoPicker.podspec new file mode 100644 index 0000000..0c6a2ca --- /dev/null +++ b/FMPhotoPicker.podspec @@ -0,0 +1,13 @@ +@version = "0.8.1" + +Pod::Spec.new do |s| + s.name = "FMPhotoPicker" + s.version = @version + s.summary = "A modern, simple and zero-dependency photo picker with an elegant and customizable image editor" + s.homepage = "https://github.com/tribalmedia/FMPhotoPicker" + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { "Tribal Media House" => "dev@tribalmedia.co.jp" } + s.ios.deployment_target = '9.0' + s.source = { :git => "https://github.com/tribalmedia/FMPhotoPicker.git", :tag => s.version } + s.source_files = 'Classes', 'FMPhotoPicker/FMPhotoPicker/source/**/*.swift' +end