blob: e744940b1c05653ca8eb9b6a6a062b92705cc04a [file] [log] [blame]
{
"name": "FSContact",
"version": "1.3",
"summary": "FSContact is a tool",
"description": "This is a very small software library, offering a few methods to help with programming.",
"homepage": "https://github.com/fuchina/FSContact",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fudon": "1245102331@qq.com"
},
"source": {
"git": "https://github.com/fuchina/FSContact.git",
"tag": "1.3"
},
"public_header_files": "sdks/FSContact/classes/*.{h}",
"source_files": "sdks/FSContact/classes/*.{h}",
"ios": {
"vendored_libraries": "sdks/FSContact/libs/libFSContact.a"
},
"platforms": {
"ios": "9.0"
},
"frameworks": [
"Contacts",
"AddressBook",
"ContactsUI",
"AddressBookUI"
],
"dependencies": {
"FSJZKit": [
]
}
}