diff --git a/FTIndicator.podspec b/FTIndicator.podspec index 8728e3b..063d780 100644 --- a/FTIndicator.podspec +++ b/FTIndicator.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "FTIndicator" - s.version = "1.2.2" + s.version = "1.2.3" s.summary = "A lightwight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes Support." s.description = <<-DESC A lightwight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes Support. Inspried by Apple's process indicator and notifications. @@ -29,5 +29,62 @@ Pod::Spec.new do |s| bs.source_files = "FTToastIndicator", "FTIndicator/FTToastIndicator/**/*.{h,m}" end +end + +Pod::Spec.new do |s| + + s.name = "FTNotificationIndicator" + s.version = "1.2.3" + s.summary = "A lightwight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes Support." + s.description = <<-DESC + A lightwight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes Support. Inspried by Apple's process indicator and notifications. + DESC + s.author = { "liufengting" => "wo157121900@me.com" } + s.homepage = "https://github.com/liufengting/FTIndicator" + s.license = { :type => "MIT", :file => "LICENSE" } + s.social_media_url = "http://twitter.com/liufengting" + s.platform = :ios + s.source = { :git => "https://github.com/liufengting/FTIndicator.git", :tag => "#{s.version}" } + s.source_files = "FTNotificationIndicator", "FTIndicator/FTNotificationIndicator/*.{h,m}" + s.requires_arc = true + +end + +Pod::Spec.new do |s| + + s.name = "FTProgressIndicator" + s.version = "1.2.3" + s.summary = "A lightwight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes Support." + s.description = <<-DESC + A lightwight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes Support. Inspried by Apple's process indicator and notifications. + DESC + s.author = { "liufengting" => "wo157121900@me.com" } + s.homepage = "https://github.com/liufengting/FTIndicator" + s.license = { :type => "MIT", :file => "LICENSE" } + s.social_media_url = "http://twitter.com/liufengting" + s.platform = :ios + s.source = { :git => "https://github.com/liufengting/FTIndicator.git", :tag => "#{s.version}" } + s.source_files = "FTProgressIndicator", "FTIndicator/FTProgressIndicator/*.{h,m}" + s.resources = "FTIndicator/FTProgressIndicator/*.{bundle}" + s.requires_arc = true + +end +Pod::Spec.new do |s| + + s.name = "FTToastIndicator" + s.version = "1.2.3" + s.summary = "A lightwight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes Support." + s.description = <<-DESC + A lightwight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes Support. Inspried by Apple's process indicator and notifications. + DESC + s.author = { "liufengting" => "wo157121900@me.com" } + s.homepage = "https://github.com/liufengting/FTIndicator" + s.license = { :type => "MIT", :file => "LICENSE" } + s.social_media_url = "http://twitter.com/liufengting" + s.platform = :ios + s.source = { :git => "https://github.com/liufengting/FTIndicator.git", :tag => "#{s.version}" } + s.source_files = "FTToastIndicator", "FTIndicator/FTToastIndicator/**/*.{h,m}" + s.requires_arc = true + end