diff --git a/SwiftyColor.podspec b/SwiftyColor.podspec index 05518ea..2b9e849 100644 --- a/SwiftyColor.podspec +++ b/SwiftyColor.podspec @@ -1,11 +1,12 @@ Pod::Spec.new do |s| s.name = 'SwiftyColor' - s.version = '0.1.3' + s.version = '1.0.0' s.summary = 'The most sexy way to use colors in Swift.' s.homepage = 'https://github.com/devxoul/SwiftyColor' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Suyeol Jeon' => 'devxoul@gmail.com' } - s.source = { :git => 'https://github.com/devxoul/SwiftyColor.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/devxoul/SwiftyColor.git', + :tag => s.version.to_s } s.source_files = 'Sources/*.{swift}' s.requires_arc = true