We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f818777 commit dca5c38Copy full SHA for dca5c38
1 file changed
FsprgEmbeddedStoreMac.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "FsprgEmbeddedStoreMac"
3
- s.version = "1.0.12"
+ s.version = "1.0.13"
4
s.summary = "Embedded Store Framework for http://fastspring.com"
5
s.description = <<-DESC
6
FastSpring's embedded store consists of a controller with some integration points
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
13
14
s.platform = :osx
15
s.osx.deployment_target = "10.5"
16
- 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" }
17
s.source_files = "FsprgEmbeddedStore/**/*.{h,m}"
18
s.exclude_files = "FsprgEmbeddedStore/Tests"
19
s.framework = "WebKit", "Security"
0 commit comments