blob: 62acfcefb58ad7ad0bea3d33d9fe1ca94c5fd24a [file] [log] [blame]
{
"name": "DeviceInfoLib",
"version": "1.0.0",
"summary": "A Library for iOS to collect user device info.",
"description": "A Library for iOS to collect user device info. eg.location,contacts",
"homepage": "https://github.com/wuhuping",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wuhuping": "wuhuping@yeah.net"
},
"source": {
"git": "https://github.com/wuhuping/DeviceInfoLib.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "lib/*",
"requires_arc": true
}