blob: c91da226d9b6eb49b679ee11788ca2588de78ac7 [file] [log] [blame]
{
"name": "TouchZ",
"version": "0.1.3",
"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.3"
},
"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": "TouchZ/Frameworks/TouchZ.framework"
},
"preserve_paths": "TouchZ/Frameworks/TouchZ.framework"
}