blob: 304ea9984ca944740262fda723500dcf9a48c911 [file] [log] [blame]
{
"name": "JMLibrary",
"version": "0.3.7",
"summary": "假面科技工具库合集",
"description": "- 狼人杀APP基础功能框架,便于以后调用\n- 0.2.0 JMShare\n- 0.3.5 JMCore - Category\n- 0.3.7 JMBlackBox",
"homepage": "https://coding.jiamiantech.com/p/Library-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhengxianda": "xianda.zheng@jiamiantech.com"
},
"source": {
"git": "http://coding.jiamiantech.com/ce/Library-ios.git",
"tag": "0.3.7"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "JMCore",
"subspecs": [
{
"name": "Category",
"public_header_files": "JMLibrary/JMCore/Category/Categorys/**/*.h",
"source_files": "JMLibrary/JMCore/Category/Categorys/**/*.{h,m}"
}
]
},
{
"name": "JMShare",
"dependencies": {
"Weibo_SDK": [
],
"WechatOpenSDK": [
]
},
"public_header_files": "JMLibrary/JMShare/Classes/*.h",
"source_files": "JMLibrary/JMShare/Classes/**/*",
"ios": {
"vendored_frameworks": "JMLibrary/JMShare/Frameworks/*.framework"
}
},
{
"name": "JMBlackBox",
"libraries": "resolv",
"public_header_files": "JMLibrary/JMBlackBox/Classes/*.h",
"source_files": "JMLibrary/JMBlackBox/Classes/**/*.{h,m}",
"vendored_libraries": "JMLibrary/JMBlackBox/Classes/TongdunLib/libFMDeviceManager_without_IDFA.a"
}
]
}