[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 1 / 5 / Cucumberish / 1.0.5 / Cucumberish.podspec.json
blob8200c6a63feaa91dd4dd988e02d374b98963f612
2   "name": "Cucumberish",
3   "version": "1.0.5",
4   "summary": "Cucumberish is the native Objective-C implementation of Cucumber BDD automation test framework",
5   "description": "Cucumberish is Objective-C and Swift framework for Behaviour Driven Development inspired by the amazing way of writing automated test cases introduced originally by Cucumber. With Cucumberish, you write your test cases in almost plain English language.",
6   "homepage": "https://github.com/Ahmed-Ali/Cucumberish",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ahmed Ali": "eng.ahmed.ali.awad@gmail.com"
13   },
14   "social_media_url": "https://www.linkedin.com/in/engahmedali",
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.9"
18   },
19   "source": {
20     "git": "https://github.com/Ahmed-Ali/Cucumberish.git",
21     "tag": "v1.0.5"
22   },
23   "source_files": [
24     "Cucumberish/*.{h,m}",
25     "Cucumberish/Core/Managers/*.{h,m}",
26     "Cucumberish/Core/Models/*.{h,m}",
27     "Cucumberish/Utils/*.{h,m}",
28     "Cucumberish/Dependencies/Gherkin",
29     "Cucumberish/Core/CCIBlockDefinitions.h"
30   ],
31   "public_header_files": [
32     "Cucumberish/Cucumberish.h",
33     "Cucumberish/Core/Managers/CCIStepsManager.h",
34     "Cucumberish/Core/CCIBlockDefinitions.h",
35     "Cucumberish/Core/Models/CCIScenarioDefinition.h",
36     "Cucumberish/Core/Models/CCIExample.h",
37     "Cucumberish/Core/Models/CCIStep.h",
38     "Cucumberish/Core/Models/CCILocation.h",
39     "Cucumberish/Core/Models/CCIArgument.h"
40   ],
41   "resource_bundles": {
42     "GherkinLanguages": [
43       "Cucumberish/Dependencies/Gherkin/gherkin-languages.json"
44     ]
45   },
46   "frameworks": "XCTest",
47   "requires_arc": true,
48   "xcconfig": {
49     "GCC_PREPROCESSOR_DEFINITIONS": "SRC_ROOT=@\\\"$(SRCROOT)\\\""
50   }