[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / b / KIF / 2.0.0 / KIF.podspec.json
blob1212a2820a80df83f605ad55371093a3e4751869
2   "name": "KIF",
3   "version": "2.0.0",
4   "summary": "Keep It Functional - iOS UI acceptance testing in an OCUnit 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": "v2.0.0"
15   },
16   "platforms": {
17     "ios": "4.3"
18   },
19   "source_files": [
20     "Classes",
21     "Additions"
22   ],
23   "public_header_files": [
24     "Classes/**/*.h",
25     "Additions/**/*-KIFAdditions.h"
26   ],
27   "frameworks": [
28     "SenTestingKit",
29     "CoreGraphics"
30   ],
31   "prefix_header_contents": "#import <CoreGraphics/CoreGraphics.h>",
32   "requires_arc": false