[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 2 / b / KIF / 3.8.6 / KIF.podspec.json
blob0b38eff5061d8a1c04898597e1a6a5b0d1f6c6d1
2   "name": "KIF",
3   "version": "3.8.6",
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     "Michael Thole",
9     "Eric Firestone",
10     "Jim Puls",
11     "Brian Nickel"
12   ],
13   "source": {
14     "git": "https://github.com/kif-framework/KIF.git",
15     "tag": "v3.8.6"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "frameworks": [
21     "CoreGraphics",
22     "QuartzCore",
23     "IOKit",
24     "WebKit",
25     "XCTest"
26   ],
27   "default_subspecs": "Core",
28   "requires_arc": true,
29   "prefix_header_contents": "#import <CoreGraphics/CoreGraphics.h>",
30   "pod_target_xcconfig": {
31     "ENABLE_BITCODE": "NO"
32   },
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": [
37         "Sources/KIF/Classes/**/*.{h,m}",
38         "Sources/KIF/Additions/**/*.{h,m}",
39         "Sources/KIF/Visualizer/**/*.{h,m}",
40         "Sources/KIF/ApplePrivateAPIs/**/*.{h,m}"
41       ],
42       "public_header_files": [
43         "Sources/KIF/Classes/**/*.h",
44         "Sources/KIF/Additions/**/*{-,+}KIFAdditions.h",
45         "Sources/KIF/Additions/UIView-Debugging.h"
46       ],
47       "xcconfig": {
48         "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
49       },
50       "requires_arc": true
51     },
52     {
53       "name": "IdentifierTests",
54       "dependencies": {
55         "KIF/Core": [
57         ]
58       },
59       "source_files": "Sources/KIF/IdentifierTests",
60       "public_header_files": "Sources/KIF/IdentifierTests/**/*.h",
61       "requires_arc": true
62     }
63   ]