blob: 61da0ca744524ab3a0765dc5999d508f924a69d1 [file] [log] [blame]
{
"name": "Deviice",
"version": "0.20.00",
"summary": "This library helps you to identify the current device on which your app is running",
"description": "This library helps you to identify the current device on which your app is running. You can get also the connectivity and screen size info.",
"homepage": "https://github.com/andrealufino/Deviice",
"license": "MIT",
"authors": {
"Andrea Mario Lufino": "andrea.lufino@me.com"
},
"source": {
"git": "https://github.com/andrealufino/Deviice.git",
"tag": "0.20.00"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Deviice": [
"Pod/Assets/*.png"
]
}
}