Skip to content

Commit

Permalink
podspec updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirenthirani committed Mar 15, 2017
1 parent 58f71a7 commit e82e725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drCharts.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "drCharts"
s.version = "1.3"
s.version = "1.4"
s.summary = "drCharts is a customisable, interactive, powerful and easy way to use charts in Objective-C for iOS."

s.description = "drCharts is a customisable, interactive, powerful and easy way to use charts in Objective-C for iOS."
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = "7.0"

s.source = { :git => "https://github.com/Zomato/DR-charts", :tag => "1.3" }
s.source = { :git => "https://github.com/Zomato/DR-charts", :tag => "1.4" }

s.source_files = "dr-Charts/Classes", "dr-Charts/Classes/**/*.{h,m}"
s.exclude_files = "dr-Charts/Classes/Exclude"
Expand Down

0 comments on commit e82e725

Please sign in to comment.