blob: 112a93d1ced716efb9d317bc5fb957123fd513db [file] [log] [blame]
{
"name": "AssistantKit",
"version": "0.5.2",
"summary": "Easy way to detect and work with  device environments written in Swift",
"description": "Will be useful to:\n- Detect device types\n- Detect screen properties\n- Detect iOS versions\n- Detect battery states",
"homepage": "https://github.com/anatoliyv/AssistantKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anatoliy Voropay": "anatoliy.voropay@gmail.com"
},
"source": {
"git": "https://github.com/anatoliyv/AssistantKit.git",
"tag": "0.5.2"
},
"social_media_url": "https://twitter.com/anatoliy_v",
"platforms": {
"ios": "8.0"
},
"source_files": "AssistantKit/Classes/**/*",
"frameworks": "UIKit"
}