[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 1 / 5 / Cucumberish / 0.0.5 / Cucumberish.podspec.json
blobeda8372b7f01a365019c69436a8010f04e572d4a
2   "name": "Cucumberish",
3   "version": "0.0.5",
4   "summary": "Cucumberish is an automated test framework for iOS and Mac OS X that uses the most possible human friendly language to define your automated test cases",
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": "v0.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   ],
37   "resource_bundles": {
38     "Gherkin": [
39       "Cucumberish/Dependencies/Gherkin/gherkin-languages.json"
40     ]
41   },
42   "frameworks": "XCTest",
43   "requires_arc": true,
44   "xcconfig": {
45     "GCC_PREPROCESSOR_DEFINITIONS": "SRC_ROOT=$(SRCROOT)"
46   }