blob: af534e846cb1145443d95e79d81208d0effa0e4f [file] [log] [blame]
{
"name": "AMTestHelpers",
"version": "0.2.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": "0.2.0"
},
"social_media_url": "https://twitter.com/AnthonyMDev",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit"
}