[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 4 / a / UIUTest / 1.2.0 / UIUTest.podspec.json
blobc8e5e424341a6ceda644e1db8de0d32333a172f4
2   "name": "UIUTest",
3   "version": "1.2.0",
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": "1.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "UIUTest/**/*.{swift,h,m}",
23   "public_header_files": "UIUTest/**/*.h",
24   "frameworks": "XCTest",
25   "pod_target_xcconfig": {
26     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
27   }