File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments