[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / 3 / 2 / b / KIF / 3.5.2 / KIF.podspec.json
blob8b22f1a77dda7667cf6b1df631adf8d97a35bef2
2   "name": "KIF",
3   "version": "3.5.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     "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.5.2"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "frameworks": [
21     "CoreGraphics",
22     "QuartzCore",
23     "IOKit",
24     "XCTest"
25   ],
26   "default_subspecs": "Core",
27   "requires_arc": true,
28   "prefix_header_contents": "#import <CoreGraphics/CoreGraphics.h>",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": [
33         "Classes",
34         "Additions"
35       ],
36       "public_header_files": [
37         "Classes/**/*.h",
38         "Additions/**/*-KIFAdditions.h",
39         "Additions/UIView-Debugging.h"
40       ],
41       "xcconfig": {
42         "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
43       },
44       "requires_arc": true
45     },
46     {
47       "name": "IdentifierTests",
48       "dependencies": {
49         "KIF/Core": [
51         ]
52       },
53       "source_files": "IdentifierTests",
54       "public_header_files": "IdentifierTests/**/*.h",
55       "requires_arc": true
56     }
57   ]