[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / b / KIF / 3.3.2 / KIF.podspec.json
blob81f03f9806563400bf57f025f8e2561e3b0131c3
2   "name": "KIF",
3   "version": "3.3.2",
4   "summary": "Keep It Functional - iOS UI acceptance testing in an XCUnit harness.",
5   "homepage": "https://github.com/kif-framework/KIF/",
6   "license": "Apache 2.0",
7   "authors": [
8     "Eric Firestone",
9     "Jim Puls",
10     "Brian Nickel"
11   ],
12   "source": {
13     "git": "https://github.com/kif-framework/KIF.git",
14     "tag": "v3.3.2"
15   },
16   "platforms": {
17     "ios": "5.1"
18   },
19   "frameworks": [
20     "CoreGraphics",
21     "IOKit",
22     "XCTest"
23   ],
24   "default_subspecs": "Core",
25   "requires_arc": true,
26   "prefix_header_contents": "#import <CoreGraphics/CoreGraphics.h>",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": [
31         "Classes",
32         "Additions"
33       ],
34       "public_header_files": [
35         "Classes/**/*.h",
36         "Additions/**/*-KIFAdditions.h",
37         "Additions/UIView-Debugging.h"
38       ],
39       "xcconfig": {
40         "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
41       },
42       "requires_arc": true
43     },
44     {
45       "name": "IdentifierTests",
46       "dependencies": {
47         "KIF/Core": [
49         ]
50       },
51       "source_files": "IdentifierTests",
52       "public_header_files": "IdentifierTests/**/*.h",
53       "requires_arc": true
54     }
55   ]