blob: bee76ff9ae048e1162846f8afe6ea83763cc3f86 [file] [log] [blame]
{
"name": "ToucheZ",
"version": "0.1.1",
"summary": "Beta testing framework.",
"homepage": "https://bitbucket.org/scand/touchez-ios",
"social_media_url": "https://scand.com/",
"license": {
"type": "GPLv3",
"file": "LICENSE"
},
"authors": {
"Scand Ltd.": "info@scand.com"
},
"source": {
"git": "https://bitbucket.org/scand/touchez-ios.git",
"tag": "0.1.1"
},
"description": "Simple iOS library for capturing screenshots automatically while testing an app",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"ios": {
"vendored_frameworks": "ToucheZ/Frameworks/ToucheZ.framework"
},
"preserve_paths": "ToucheZ/Frameworks/ToucheZ.framework",
"deprecated": true
}