File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "FsprgEmbeddedStoreMac"
3
- s . version = "1.0.12 "
3
+ s . version = "1.0.13 "
4
4
s . summary = "Embedded Store Framework for http://fastspring.com"
5
5
s . description = <<-DESC
6
6
FastSpring's embedded store consists of a controller with some integration points
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
13
13
14
14
s . platform = :osx
15
15
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 " }
17
17
s . source_files = "FsprgEmbeddedStore/**/*.{h,m}"
18
18
s . exclude_files = "FsprgEmbeddedStore/Tests"
19
19
s . framework = "WebKit" , "Security"
You can’t perform that action at this time.
0 commit comments