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