Skip to content

Commit

Permalink
[Add] EEEInterventions (0.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
epologee committed Dec 16, 2013
1 parent 22e4174 commit fa109c0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions EEEInterventions/0.1.0/EEEInterventions.podspec
@@ -0,0 +1,23 @@
Pod::Spec.new do |s|
s.name = "EEEInterventions"
s.version = "0.1.0"
s.summary = "A small set of classes to observe or intervene in the communications of other classes."
# s.description = ""
s.homepage = "https://github.com/epologee/EEEInterventions"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = 'MIT'
s.author = { "Eric-Paul Lecluse" => "e@epologee.com" }
s.source = { :git => "https://github.com/epologee/EEEInterventions.git", :tag => s.version.to_s }

s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.8'
s.requires_arc = true

s.source_files = 'Classes'
# s.resources = 'Assets'

# s.ios.exclude_files = 'Classes/osx'
# s.osx.exclude_files = 'Classes/ios'
# s.public_header_files = 'Classes/**/*.h'
# s.frameworks = 'Foundation'
end

0 comments on commit fa109c0

Please sign in to comment.