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