blob: 9ba0c40009f2a27d519a9a51c79f5edf4cf69363 [file] [log] [blame]
{
"name": "XJContactPicker",
"version": "0.0.1",
"summary": "简单的联系人选取器 A simple picker for Contacts",
"homepage": "https://github.com/LiuXiangJing/XJContactPicker.git",
"license": "MIT",
"authors": {
"刘向晶": "lxj_tintin@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LiuXiangJing/XJContactPicker.git",
"tag": "0.0.1"
},
"source_files": "ContactsManager/**/*.{h,m}",
"frameworks": [
"AddressBookUI",
"AddressBook",
"Contacts",
"ContactsUI"
]
}