blob: 8e091e90cc5128c4ec88a9c0c8354f974346287a [file] [log] [blame]
{
"name": "AMTestHelpers",
"version": "2.1.0",
"swift_version": "4.2",
"summary": "A collection of extensions and methods that make unit testing difficult behaviors easy.",
"description": "`AMTestHelpers` helps make unit testing behaviors that are difficult to test, such as presenting view controllers, simple and easy through method swizzling.",
"homepage": "https://github.com/AnthonyMDev/AMTestHelpers",
"license": "MIT",
"authors": {
"Anthony Miller": "AnthonyMDev@gmail.com.com"
},
"source": {
"git": "https://github.com/AnthonyMDev/AMTestHelpers.git",
"tag": "2.1.0"
},
"social_media_url": "https://twitter.com/AnthonyMDev",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "AMTestHelpers/*.{swift,h,m}",
"frameworks": [
"UIKit",
"XCTest"
],
"dependencies": {
"JRSwizzle": [
"~> 1.0"
]
}
}