diff --git a/GPUberView.podspec b/GPUberView.podspec index 052b5e0..3b276d6 100644 --- a/GPUberView.podspec +++ b/GPUberView.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "GPUberView" - s.version = "0.1" + s.version = "0.1.2" s.summary = "Summon Uber from your app with 2 lines of code." s.homepage = "https://github.com/gpolak/GPUberView" s.license = { :type => "MIT", :file => "LICENSE" } @@ -10,9 +10,10 @@ Pod::Spec.new do |s| s.platform = :ios, "7.1" - s.source = { :git => "https://github.com/gpolak/GPUberView.git", :tag => "0.1" } + s.source = { :git => "https://github.com/gpolak/GPUberView.git", :tag => "0.1.2" } - s.source_files = 'GPUberView', 'GPUberView/GPUberView.xcassets' + s.source_files = 'GPUberView' + s.resources = 'GPUberView/*.{xib}', 'GPUberView/*.{xcassets}' s.requires_arc = true s.dependency 'AFNetworking', '~> 2.5' @@ -23,3 +24,4 @@ Pod::Spec.new do |s| s.dependency 'Masonry', '~> 0.6' end +