blob: 827690362252c5a153c4d42f04d0c8886e94fc82 [file] [log] [blame]
{
"name": "MQTimeOut",
"version": "1.0.0",
"license": "MIT",
"summary": "Detects when an app goes idle/inactive (no touches) and sends a time out notification.",
"authors": {
"Aung Thar": "zthar@marqeta.com",
"Paris Xavier Pinkney": "ppinkney@marqeta.com"
},
"homepage": "https://github.com/marqeta/mqtimeout",
"social_media_url": "https://twitter.com/marqeta",
"source": {
"git": "https://github.com/marqeta/mqtimeout.git",
"tag": "1.0.0"
},
"source_files": "MQTimeOut/*.{h,m}",
"public_header_files": "MQTimeOut/*.h",
"platforms": {
"ios": "7.0"
},
"requires_arc": true
}