blob: f49eeba62c9fbf3b422b394e134543176b6beda0 [file] [log] [blame]
{
"name": "Forgeries",
"version": "0.2.0",
"summary": "Helper methods for testing iOS code.",
"description": "Some helper methods for writing unit tests against iOS code. Currently:\n\n- UIGestureRecognizer subclasses.",
"homepage": "https://github.com/ashfurrow/Forgeries",
"license": "MIT",
"authors": {
"Ash Furrow": "ash@ashfurrow.com",
"Orta Therox": "orta.therox@gmail.com"
},
"source": {
"git": "https://github.com/ashfurrow/Forgeries.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/ashfurrow",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}