blob: 24edee836a13a9dbd01636d4421f0f3bd3b5cb5f [file] [log] [blame]
{
"name": "WYContactHandler",
"version": "0.1.0",
"summary": "A simple encapsulate of Contact on iOS",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/1990yanjing/WYContactHandler",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"1990yanjing": "648460670@qq.com"
},
"source": {
"git": "https://github.com/1990yanjing/WYContactHandler.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "WYContactHandler/Classes/**/*",
"public_header_files": [
"WYContactHandler/Classes/**/*.h",
"WYContactHandler/Classes/*.h"
],
"frameworks": [
"Contacts",
"ContactsUI"
]
}