blob: ce67027ed0d4588bab9fb3a72345ae1521f0c329 [file] [log] [blame]
{
"name": "AppStateCoordinator",
"version": "0.0.5",
"summary": "A test harness that automatically navigates to the desired view controller.",
"description": "When you develop apps you work on them one screen at a time, but when you rebuild it with some new addition you have to worry about getting to the screen and state you're currently working on. With AppStateCoordinator you can do that automatically.",
"homepage": "https://github.com/morganwilde/app-state-coordinator",
"license": "MIT",
"authors": {
"Morgan Wilde": "wilde.morgan@gmail.com"
},
"social_media_url": "http://twitter.com/wildemorgan",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/morganwilde/app-state-coordinator.git",
"tag": "0.0.5"
},
"source_files": "AppStateCoordinator",
"exclude_files": "Classes/Exclude"
}