blob: c3b3b295710a78cffcb5026c689ae359feaff599 [file] [log] [blame]
{
"name": "ABLibrary",
"version": "0.0.1",
"summary": "ABLibrary is a high level request util based on ABAddressbook and CNContact.",
"homepage": "https://github.com/chengshiliang/ABLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chengshiliang": "285928582@qq.com"
},
"source": {
"git": "https://github.com/chengshiliang/ABLibrary.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ABLibrary/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"Contacts",
"AddressBook"
]
}