blob: d699f805d2d55ddb2581cd53d5b422c6ba1ed4e2 [file] [log] [blame]
{
"name": "UIDevice+HardwareName",
"version": "0.0.2",
"summary": "A category of UIDevice for hardware name",
"description": " A category of UIDevice for hardware name adapted from Erica Sadun's \n UIDevice-extension Source code.\n",
"homepage": "https://github.com/mozeal/UIDevice-Hardware",
"license": "MIT",
"authors": {
"mozeal": "mozeal@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/mozeal/UIDevice-Hardware.git",
"tag": "0.0.2"
},
"source_files": "Categories/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}