[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / b / KIF / 1.0.0 / KIF.podspec.json
blob8746c72b39110cce51ab36b930ece90b2e63cdbc
2   "name": "KIF",
3   "version": "1.0.0",
4   "summary": "Keep It Functional - iOS UI acceptance testing.",
5   "homepage": "https://github.com/kif-framework/KIF/",
6   "license": "Apache 2.0",
7   "authors": [
8     "Eric Firestone",
9     "Jim Puls"
10   ],
11   "source": {
12     "git": "https://github.com/kif-framework/KIF.git",
13     "tag": "v1.0.0"
14   },
15   "platforms": {
16     "ios": "4.3"
17   },
18   "source_files": [
19     "Classes",
20     "Additions"
21   ],
22   "public_header_files": [
23     "Classes/**/*.h",
24     "Additions/**/*-KIFAdditions.h"
25   ],
26   "xcconfig": {
27     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) RUN_KIF_TESTS=1"
28   },
29   "frameworks": "CoreGraphics",
30   "prefix_header_contents": "#import <CoreGraphics/CoreGraphics.h>",
31   "requires_arc": false