[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 2 / 4 / a / UIUTest / 0.0.2 / UIUTest.podspec.json
blob433a6540f0e3f28c18ab20c53d9f5a04ea2d7749
2   "name": "UIUTest",
3   "version": "0.0.2",
4   "summary": "Unit Testing For the User Interface.",
5   "description": "Automated tests for a user interface are typically performed in a separate process from the app, where they can be slow, brittle and complex. With appropriate support, many of these tests are better executed within the app as unit tests, where they’re easier and faster. UIUTest is a unit test library written in Swift for iOS, which allows many of the tests typically implemented as user interface tests with XCUIApplication to be written as unit tests within the application.",
6   "homepage": "https://github.com/nallick/UIUTest",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nick Nallick": "Nick@PurgatoryDesign.com"
13   },
14   "source": {
15     "git": "https://github.com/nallick/UIUTest.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.0",
22   "source_files": "UIUTest/**/*.{swift,h,m}",
23   "weak_frameworks": "XCTest",
24   "pod_target_xcconfig": {
25     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
26   }