blob: 09fda64ce60e5b25b4906b6c9bb409cf719cf198 [file] [log] [blame]
{
"name": "Louis",
"version": "1.0.1",
"summary": "Automated Accessibility Testing for iOS.",
"description": "Automated Accessibility Testing for iOS. Run automatically while your app is running or manually as part of your view tests. Easily control how the results are reported.",
"homepage": "https://github.com/aleffert/Louis",
"license": "MIT",
"authors": {
"Akiva Leffert": "aleffert@gmail.com"
},
"source": {
"git": "https://github.com/aleffert/Louis.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Lib",
"subspecs": [
{
"name": "Lib",
"source_files": "Sources/*.{h,m}"
},
{
"name": "XCTest",
"source_files": "Sources/XCTest/*.*",
"frameworks": "XCTest",
"dependencies": {
"Louis/Lib": [
"~> 1.0"
]
}
}
]
}