blob: 54bbe94cde35a05076359cfc2ae9f483440965b6 [file] [log] [blame]
{
"name": "KKUIDevice",
"version": "0.0.3",
"summary": "A Simple way to get iOS device info.",
"description": "A Simple way to get iOS device info. e.g. Hardware string/device name",
"homepage": "https://github.com/CrazyFanFan/KKUIDevice",
"license": "MIT",
"authors": {
"Crazy凡": "827799383@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CrazyFanFan/KKUIDevice.git",
"tag": "0.0.3"
},
"source_files": [
"KKUIDevice",
"KKUIDevice/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"requires_arc": true
}