kevinzhow

Fix podspec

@@ -3,7 +3,7 @@ Pod::Spec.new do |s| @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
3 s.version = "0.2.2" 3 s.version = "0.2.2"
4 s.summary = "A simple and beautiful chart lib with animation used in Piner for iOS" 4 s.summary = "A simple and beautiful chart lib with animation used in Piner for iOS"
5 5
6 - s.homepage = "https://github.com/moflo/PNChart" 6 + s.homepage = "https://github.com/kevinzhow/PNChart"
7 s.screenshots = "https://github-camo.global.ssl.fastly.net/ea8565b7a726409d5966ff4bcb8c4b9981fb33d3/687474703a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f313539393636322f706e63686172742e706e67" 7 s.screenshots = "https://github-camo.global.ssl.fastly.net/ea8565b7a726409d5966ff4bcb8c4b9981fb33d3/687474703a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f313539393636322f706e63686172742e706e67"
8 8
9 s.license = { :type => 'MIT', :file => 'LICENSE' } 9 s.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -11,7 +11,7 @@ Pod::Spec.new do |s| @@ -11,7 +11,7 @@ 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" } 14 + s.source = { :git => "https://github.com/kevinzhow/PNChart.git" }
15 15
16 s.ios.dependency 'UICountingLabel', '~> 1.0.0' 16 s.ios.dependency 'UICountingLabel', '~> 1.0.0'
17 17