Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dca5c38

Browse files
committedJan 6, 2015
Bumping version to 1.0.13
1 parent f818777 commit dca5c38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎FsprgEmbeddedStoreMac.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "FsprgEmbeddedStoreMac"
3-
s.version = "1.0.12"
3+
s.version = "1.0.13"
44
s.summary = "Embedded Store Framework for http://fastspring.com"
55
s.description = <<-DESC
66
FastSpring's embedded store consists of a controller with some integration points
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313

1414
s.platform = :osx
1515
s.osx.deployment_target = "10.5"
16-
s.source = { :git => "https://github.com/FastSpring/FsprgEmbeddedStoreMac.git", :tag => "1.0.12" }
16+
s.source = { :git => "https://github.com/FastSpring/FsprgEmbeddedStoreMac.git", :tag => "1.0.13" }
1717
s.source_files = "FsprgEmbeddedStore/**/*.{h,m}"
1818
s.exclude_files = "FsprgEmbeddedStore/Tests"
1919
s.framework = "WebKit", "Security"

0 commit comments

Comments
 (0)
Please sign in to comment.