From a23ef4dd3372609ecc2630d42bd88d29d8a07576 Mon Sep 17 00:00:00 2001 From: LeFal Date: Sat, 19 Aug 2017 17:49:00 +0900 Subject: [PATCH] upload podspec file --- WaterDrops.podspec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 WaterDrops.podspec diff --git a/WaterDrops.podspec b/WaterDrops.podspec new file mode 100644 index 0000000..d16cdbf --- /dev/null +++ b/WaterDrops.podspec @@ -0,0 +1,15 @@ +Pod::Spec.new do |s| + s.name = 'WaterDrops' + s.version = '0.1.0' + s.summary = 'Simple water drops animation 💧' + s.description = <<-DESC + Simple water drops background animation + DESC + s.homepage = 'https://github.com/LeFal/WaterDrops' + #s.screenshots = '[IMAGE URL 1]', '[IMAGE URL 2]' + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { 'LeFal' => 'qwertyhj2@gmail.com' } + s.source = { :git => 'https://github.com/LeFal/WaterDrops.git', :tag => s.version.to_s } + s.ios.deployment_target = '9.0' + s.source_files = 'Sources/*.swift' +end