blob: 6e3055040cb6d54316bc7e56f76f4d0bd70e4378 [file] [log] [blame]
{
"name": "AppKitActor",
"version": "0.0.1",
"summary": "AppKitActor is an integration test framework for AppKit applications..",
"description": " **AppKitActor** is an integration test framework for AppKit applications. It allows for easy automation of Mac OS X applications UI tests, helping developers check the state of UI elements and interact with `NSWindows` and `NSViews`.\n",
"homepage": "https://github.com/miguellara/AppKitActor",
"license": "MIT",
"authors": {
"Miguel Lara": "miguel@gokarumi.com"
},
"source": {
"git": "https://github.com/miguellara/AppKitActor.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/bigbrowntheory",
"platforms": {
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"frameworks": "XCTest"
}