[Add] AudioLib 0.0.2
[CocoaPods.git] / Specs / 0 / b / a / Calabash / 0.20.3 / Calabash.podspec.json
blobee1286dce3bad1f307a4029b62a338f6a4208e08
2   "name": "Calabash",
3   "version": "0.20.3",
4   "license": {
5     "type": "Eclipse Public License 1.0",
6     "text": "    Calabash-ios Copyright (2016) Xamarin. All rights reserved.\n    The use and distribution terms for this software are covered by the\n    Eclipse Public License 1.0\n    (http://opensource.org/licenses/eclipse-1.0.php) which can be found in\n    the file epl-v10.html at the root of this distribution.  By using this\n    software in any fashion, you are agreeing to be bound by the terms of\n    this license.  You must not remove this notice, or any other, from\n    this software.\n"
7   },
8   "platforms": {
9     "ios": null
10   },
11   "summary": "Calabash is an automated testing technology for Android and iOS native and hybrid applications.",
12   "homepage": "https://github.com/calabash/calabash-ios",
13   "authors": {
14     "Karl Krukow": "karl.krukow@gmail.com"
15   },
16   "source": {
17     "http": "https://rubygems.org/downloads/calabash-cucumber-0.20.3.gem",
18     "type": "tgz"
19   },
20   "prepare_command": "tar xzf data.tar.gz\nunzip staticlib/calabash.framework.zip",
21   "preserve_paths": "calabash.framework",
22   "source_files": "calabash.framework/Versions/A/Headers/*",
23   "xcconfig": {
24     "OTHER_LDFLAGS": "-ObjC -force_load \"$(PODS_ROOT)/Calabash/calabash.framework/calabash\""
25   },
26   "ios": {
27     "frameworks": "CFNetwork"
28   },
29   "requires_arc": false