mobileflowllc

Updated podspec, again

@@ -11,12 +11,12 @@ Pod::Spec.new do |s| @@ -11,12 +11,12 @@ Pod::Spec.new do |s|
11 s.author = { "Kevin" => "kevinchou.c@gmail.com" } 11 s.author = { "Kevin" => "kevinchou.c@gmail.com" }
12 12
13 s.platform = :ios, '6.0' 13 s.platform = :ios, '6.0'
14 - s.source = { :git => "https://github.com/moflo/PNChart.git", :tag => s.version.to_s } 14 + s.source = { :git => "https://github.com/moflo/PNChart.git" }
15 15
16 s.ios.dependency 'UICountingLabel', '~> 1.0.0' 16 s.ios.dependency 'UICountingLabel', '~> 1.0.0'
17 17
18 - s.source_files = 'PNChartDemo/PNChart/**/*.{h,m}' 18 + s.source_files = 'PNChart/*.{h,m}'
19 - s.public_header_files = 'PNChartDemo/PNChart/**/*.h' 19 + s.public_header_files = 'PNChart/*.h'
20 s.frameworks = 'CoreGraphics', 'UIKit', 'Foundation', 'QuartzCore' 20 s.frameworks = 'CoreGraphics', 'UIKit', 'Foundation', 'QuartzCore'
21 s.requires_arc = true 21 s.requires_arc = true
22 end 22 end