[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 2 / b / KIF / 3.7.12 / KIF.podspec.json
blobbd8f99c0d3c24fbc9137ae1be235424bd95a2151
2   "name": "KIF",
3   "version": "3.7.12",
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.7.12"
16   },
17   "platforms": {
18     "ios": "9.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         "Classes",
38         "Additions",
39         "Visualizer"
40       ],
41       "public_header_files": [
42         "Classes/**/*.h",
43         "Additions/**/*{-,+}KIFAdditions.h",
44         "Additions/UIView-Debugging.h"
45       ],
46       "xcconfig": {
47         "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
48       },
49       "requires_arc": true
50     },
51     {
52       "name": "IdentifierTests",
53       "dependencies": {
54         "KIF/Core": [
56         ]
57       },
58       "source_files": "IdentifierTests",
59       "public_header_files": "IdentifierTests/**/*.h",
60       "requires_arc": true
61     }
62   ]