Skip to content

Commit

Permalink
version no changed to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirenthirani committed Jun 21, 2016
1 parent 687ea92 commit b0840c3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion dr-charts/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<string>1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
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.1"
s.version = "1.2"
s.summary = "dr-Charts is a powerful & easy way to use charts in Objective-C for iOS."

s.description = <<-DESC
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = "7.0"

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

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

0 comments on commit b0840c3

Please sign in to comment.