Skip to content

Commit 7d12da7

Browse files
author
lars steiger
committed
Added podspec
1 parent 2b6a6a6 commit 7d12da7

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

FsprgEmbeddedStoreMac.podspec

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Pod::Spec.new do |s|
2+
s.name = "FsprgEmbeddedStoreMac"
3+
s.version = "1.0.11"
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
7+
and WebKit's web view. It's thin and very flexible and lets you integrate FastSpring
8+
the way that fits best for your application.
9+
DESC
10+
s.homepage = "https://github.com/FastSpring/FsprgEmbeddedStoreMac"
11+
s.license = { :type => 'MIT', :file => 'License.txt' }
12+
s.author = { "FastSpring" => "support@fastspring.com" }
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.11" }
17+
s.source_files = "FsprgEmbeddedStore/**/*.{h,m}"
18+
s.exclude_files = "FsprgEmbeddedStore/Tests"
19+
s.framework = "WebKit", "Security"
20+
s.requires_arc = false
21+
end

0 commit comments

Comments
 (0)