[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 2 / b / KIF / 3.7.7 / KIF.podspec.json
blob39311331c0efe0ad5b2689bad004d2388499fa8c
2   "name": "KIF",
3   "version": "3.7.7",
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.7"
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   "pod_target_xcconfig": {
30     "ENABLE_BITCODE": "NO"
31   },
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": [
36         "Classes",
37         "Additions"
38       ],
39       "public_header_files": [
40         "Classes/**/*.h",
41         "Additions/**/*{-,+}KIFAdditions.h",
42         "Additions/UIView-Debugging.h"
43       ],
44       "xcconfig": {
45         "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
46       },
47       "requires_arc": true
48     },
49     {
50       "name": "IdentifierTests",
51       "dependencies": {
52         "KIF/Core": [
54         ]
55       },
56       "source_files": "IdentifierTests",
57       "public_header_files": "IdentifierTests/**/*.h",
58       "requires_arc": true
59     }
60   ]