blob: 20c6d4d40a89b86461c0edeb982161d8e2800084 [file] [log] [blame]
{
"name": "PublicAutomation",
"version": "0.2.3",
"summary": "Wrapper for Apple's internal UIAutomation APIs.",
"homepage": "https://github.com/TestingWithFrank/PublicAutomation",
"license": "Apache2",
"authors": {
"Pete Hodgson": "github@thepete.net"
},
"source": {
"git": "https://github.com/TestingWithFrank/PublicAutomation.git",
"tag": "0.2.3"
},
"platforms": {
"ios": "5.0"
},
"source_files": "PublicAutomation/**/*.{h,m}",
"requires_arc": true,
"xcconfig": {
"OTHER_CFLAGS": "-DDISABLE_PA_LOGGING"
}
}