blob: d892675e44517b0a13d3b8aee9bf6e7f10c7cec4 [file] [log] [blame]
{
"name": "NPDevice",
"version": "0.1.0",
"summary": "This is the simple class for comfortable working with device models, such as iPhone 4, 4s, 5, 5c, 5s, 6, 6p, iPad.",
"homepage": "https://github.com/npalamar/NPDevice",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nikolay Palamar": "nicholas.palamar@yandex.ru"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/npalamar/NPDevice.git",
"tag": "0.1.0"
},
"source_files": "*.{h,m}",
"requires_arc": true
}