Latest | 1.1.0 |
---|---|
Homepage | http://metova.com |
License | MIT |
Platforms | ios 8.0 |
Frameworks | XCTest |
Authors | , |
Latest podspec
{ "name": "MTK", "version": "1.1.0", "summary": "A collection of useful test helpers designed to ease the burden of writing tests for iOS applications.", "homepage": "http://metova.com", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Nick Griffith": "[email protected]", "Logan Gauthier": "[email protected]" }, "source": { "git": "https://github.com/metova/MetovaTestKit.git", "tag": "1.1.0" }, "platforms": { "ios": "8.0" }, "frameworks": "XCTest", "user_target_xcconfig": { "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks" }, "source_files": [ "MetovaTestKit", "MetovaTestKit/**/*.{h,m,swift}" ], "public_header_files": "MetovaTestKit/**/*.h", "exclude_files": "MetovaTestKit/Exclude", "pushed_with_swift_version": "3.0" }
Sat, 22 Jul 2017 02:40:10 +0000