Commit 61f74bcb authored by Kevin Coleman's avatar Kevin Coleman

Removing unused line

parent ff27eacf
...@@ -8,6 +8,5 @@ Pod::Spec.new do |s| ...@@ -8,6 +8,5 @@ Pod::Spec.new do |s|
s.source = { :git => "http://monkey.local/monkey.git", :tag => s.version.to_s } s.source = { :git => "http://monkey.local/monkey.git", :tag => s.version.to_s }
s.license = 'MIT' s.license = 'MIT'
s.vendored_library = 'monkey.a' s.vendored_library = 'monkey.a'
#s.ios.vendored_framework = "monkey.framework"
s.public_header_files = 'monkey.h' s.public_header_files = 'monkey.h'
end end
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