Skip to content

Commit

Permalink
Bumping version to 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
steiger committed Jan 6, 2015
1 parent f818777 commit dca5c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FsprgEmbeddedStoreMac.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FsprgEmbeddedStoreMac"
s.version = "1.0.12"
s.version = "1.0.13"
s.summary = "Embedded Store Framework for http://fastspring.com"
s.description = <<-DESC
FastSpring's embedded store consists of a controller with some integration points
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|

s.platform = :osx
s.osx.deployment_target = "10.5"
s.source = { :git => "https://github.com/FastSpring/FsprgEmbeddedStoreMac.git", :tag => "1.0.12" }
s.source = { :git => "https://github.com/FastSpring/FsprgEmbeddedStoreMac.git", :tag => "1.0.13" }
s.source_files = "FsprgEmbeddedStore/**/*.{h,m}"
s.exclude_files = "FsprgEmbeddedStore/Tests"
s.framework = "WebKit", "Security"
Expand Down

0 comments on commit dca5c38

Please sign in to comment.