Skip to content

Commit

Permalink
Added calabash 0.9.168.pre4
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Booth committed Mar 17, 2014
1 parent c995784 commit 67993be
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Calabash/0.9.168.pre4/Calabash.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Pod::Spec.new do |s|
s.name = 'Calabash'
s.version = '0.9.168'
s.license = {
:type => 'Eclipse Public License 1.0',
:text => 'Calabash-ios Copyright (2012) Karl Krukow. All rights reserved.
The use and distribution terms for this software are covered by the
Eclipse Public License 1.0
(http://opensource.org/licenses/eclipse-1.0.php) which can be found in
the file epl-v10.html at the root of this distribution. By using this
software in any fashion, you are agreeing to be bound by the terms of
this license. You must not remove this notice, or any other, from
this software.'
}
s.platform = :ios
s.summary = 'Calabash is an automated testing technology for Android and iOS native and hybrid applications.'
s.homepage = 'https://github.com/calabash/calabash-ios'
s.author = { 'Karl Krukow' => 'karl.krukow@gmail.com' }
s.source = { :http => 'https://rubygems.org/downloads/calabash-cucumber-0.9.168.pre4.gem',
:type => :tgz }
s.prepare_command = <<-CMD
tar xzf data.tar.gz
unzip staticlib/calabash.framework.zip
CMD
s.preserve_paths = 'calabash.framework'
s.source_files = 'calabash.framework/Versions/A/Headers/*'
s.xcconfig = { 'OTHER_LDFLAGS' => '-force_load "$(PODS_ROOT)/Calabash/calabash.framework/calabash" -lstdc++' }
s.framework = 'CFNetwork'
end

0 comments on commit 67993be

Please sign in to comment.