blob: 834615ba690eb1931a97eda35c83e376c9e49906 [file] [log] [blame]
{
"name": "DMContactStore",
"version": "1.0.0",
"summary": "兼容iOS9以前的通讯录操作",
"description": "兼容iOS9以后的通讯录操作",
"homepage": "https://github.com/YRDGroup/DMContactStore",
"license": "MIT",
"authors": {
"Agoer": "10915819@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/YRDGroup/DMContactStore.git",
"tag": "1.0.0"
},
"source_files": [
"DMContactStore",
"DMContactStore/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"GJAlertController": [
]
}
}