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