[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 2 / b / KIF / 0.0.1 / KIF.podspec.json
blobbde0374918901e6bbbfffce9b348c5cc4e757d94
2   "name": "KIF",
3   "version": "0.0.1",
4   "license": "Apache",
5   "summary": "Keep It Functional - iOS Test Framework.",
6   "homepage": "https://github.com/square/KIF",
7   "authors": {
8     "Square": "https://squareup.com/"
9   },
10   "source": {
11     "git": "https://github.com/square/KIF.git",
12     "commit": "d29f3b5804"
13   },
14   "description": "KIF, which stands for Keep It Functional, is an iOS integration test framework. It allows for easy automation of iOS apps by leveraging the accessibility attributes that the OS makes available for those with visual disabilities.",
15   "platforms": {
16     "ios": null
17   },
18   "source_files": [
19     "Classes",
20     "Additions"
21   ],
22   "xcconfig": {
23     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) RUN_KIF_TESTS=1"
24   },
25   "frameworks": "CoreGraphics",
26   "prefix_header_contents": "#import <CoreGraphics/CoreGraphics.h>",
27   "requires_arc": false