blob: 16aa9baaaf61ef8892394540c6f74cd1f699452a [file] [log] [blame]
{
"name": "FSAccount",
"version": "1.7",
"summary": "FSAccount is a tool for show logs when app run",
"description": "This is a very small software library, offering a few methods to help with programming.",
"homepage": "https://github.com/fuchina/FSAccount",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fudon": "1245102331@qq.com"
},
"source": {
"git": "https://github.com/fuchina/FSAccount.git",
"tag": "1.7"
},
"public_header_files": "sdks/FSAccount/classes/*.{h}",
"source_files": "sdks/FSAccount/classes/*.{h}",
"ios": {
"vendored_libraries": "sdks/FSAccount/libs/libFSAccount.a"
},
"platforms": {
"ios": "8.2"
},
"frameworks": [
"UserNotifications",
"MessageUI",
"AudioToolbox",
"AVFoundation"
],
"libraries": [
"c++",
"sqlite3",
"z"
],
"dependencies": {
"YYKit": [
"1.0.9"
],
"WechatOpenSDK": [
"1.8.3"
],
"FSBaseController": [
]
}
}