Commit e6ec9830 authored by Fabio Pelosin's avatar Fabio Pelosin

[Fixtures] Updates.

parent 34bffb46
Subproject commit ddda7566d193fe0e5fa1c419f5b5239ef964f263 Subproject commit 84ea24c2f3a5d463da1e7945c60fd3f33f73dee2
...@@ -8,7 +8,6 @@ Pod::Spec.new do |s| ...@@ -8,7 +8,6 @@ Pod::Spec.new do |s|
s.source = { :git => 'http://banana-corp.local/banana-lib.git', :tag => 'v1.0' } s.source = { :git => 'http://banana-corp.local/banana-lib.git', :tag => 'v1.0' }
s.source_files = 'Classes/*.{h,m}', 'Vendor' s.source_files = 'Classes/*.{h,m}', 'Vendor'
s.xcconfig = { 'OTHER_LDFLAGS' => '-framework SystemConfiguration' } s.xcconfig = { 'OTHER_LDFLAGS' => '-framework SystemConfiguration' }
s.clean_paths = "sub-dir"
s.prefix_header_file = 'Classes/BananaLib.pch' s.prefix_header_file = 'Classes/BananaLib.pch'
s.resources = "Resources/*.png" s.resources = "Resources/*.png"
s.dependency 'monkey', '~> 1.0.1', '< 1.0.9' s.dependency 'monkey', '~> 1.0.1', '< 1.0.9'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment