[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 2 / b / KIF / 3.2.2 / KIF.podspec.json
blobdcd9496b783d832505161ca95f7c3217b868a67d
2   "name": "KIF",
3   "version": "3.2.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     "Eric Firestone",
9     "Jim Puls",
10     "Brian Nickel"
11   ],
12   "source": {
13     "git": "https://github.com/kif-framework/KIF.git",
14     "tag": "v3.2.2"
15   },
16   "platforms": {
17     "ios": "5.1"
18   },
19   "frameworks": [
20     "CoreGraphics",
21     "IOKit"
22   ],
23   "default_subspecs": "XCTest",
24   "requires_arc": true,
25   "prefix_header_contents": "#import <CoreGraphics/CoreGraphics.h>",
26   "subspecs": [
27     {
28       "name": "XCTest",
29       "source_files": [
30         "Classes",
31         "Additions"
32       ],
33       "exclude_files": "Additions/SenTestCase-KIFAdditions.{h,m}",
34       "public_header_files": [
35         "Classes/**/*.h",
36         "Additions/**/*-KIFAdditions.h"
37       ],
38       "frameworks": "XCTest",
39       "compiler_flags": "-DKIF_XCTEST",
40       "xcconfig": {
41         "OTHER_CFLAGS": "-DKIF_XCTEST",
42         "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
43       },
44       "requires_arc": true
45     },
46     {
47       "name": "OCUnit",
48       "source_files": [
49         "Classes",
50         "Additions"
51       ],
52       "exclude_files": "Additions/XCTestCase-KIFAdditions.{h,m}",
53       "public_header_files": [
54         "Classes/**/*.h",
55         "Additions/**/*-KIFAdditions.h"
56       ],
57       "frameworks": "SenTestingKit",
58       "compiler_flags": "-DKIF_SENTEST",
59       "xcconfig": {
60         "OTHER_CFLAGS": "-DKIF_SENTEST"
61       },
62       "requires_arc": true
63     },
64     {
65       "name": "IdentifierTests",
66       "dependencies": {
67         "KIF/XCTest": [
69         ]
70       },
71       "source_files": "IdentifierTests",
72       "public_header_files": "IdentifierTests/**/*.h",
73       "requires_arc": true
74     }
75   ]