blob: edd992985c8c6d0f7fa5b738fedd77419c8705ed [file] [log] [blame]
{
"name": "FSJZBus",
"version": "1.0.0",
"summary": "FSJZBus is a tool for apps",
"description": "This is a very small software library, offering a few methods to help with programming.",
"homepage": "https://github.com/fuchina/FSJZBus",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fudon": "1245102331@qq.com"
},
"source": {
"git": "https://github.com/fuchina/FSJZBus.git",
"tag": "1.0.0"
},
"source_files": [
"FSJZBus/classes/FSDBCard/*.{h}",
"FSJZBus/classes/Inventory/*.{h}",
"FSJZBus/classes/Location/*.{h}"
],
"ios": {
"vendored_libraries": "FSJZBus/libs/libFSJZBus.a"
},
"platforms": {
"ios": "8.2"
},
"dependencies": {
"FSJZKit": [
],
"FSLocation": [
]
}
}