blob: e623baf8d4f057fe9c0cf87262fab5b39a6bde28 [file] [log] [blame]
{
"name": "AMTestHelpers",
"version": "2.0.0",
"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.0.0"
},
"social_media_url": "https://twitter.com/AnthonyMDev",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"UIKit",
"XCTest"
],
"dependencies": {
"JRSwizzle": [
"~> 1.0"
]
},
"pushed_with_swift_version": "4.0"
}