blob: a14ea7c92f586f3eed35b0b7e35519da7a3bd5c1 [file] [log] [blame]
{
"name": "FSAccount",
"version": "1.1.3",
"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.1.3"
},
"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": {
"FSBaseController": [
],
"YYKit": [
"1.0.9"
],
"WechatOpenSDK": [
"1.8.3"
]
}
}