blob: 0b595a873c0bb4418a38045d9f77ec170f71b7ab [file] [log] [blame]
{
"name": "CVDevice",
"version": "1.0.2",
"summary": "Device",
"description": "Something for device, like: device name, IP Address, wifi name, battery monitor etc.",
"homepage": "https://github.com/weixhe/CVDevice",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"weixhe": "workerwei@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/weixhe/CVDevice.git",
"tag": "1.0.2"
},
"source_files": "CVDevice/CVDevice/**/*.{swift}",
"requires_arc": true,
"dependencies": {
"KeychainAccess": [
]
}
}