加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Hera.podspec.json 801 Bytes
一键复制 编辑 原始数据 按行查看 历史
insanemac 提交于 2021-03-09 17:31 . add Hera.podspec.json.
{
"name": "Hera",
"version": "1.1.0",
"summary": "Weixin Small App Framework",
"description": "A Framework For Weixin Small App running",
"homepage": "http://www.weidian.com",
"license": "BSD",
"authors": {
"sunyu": "sunyu@weidian.com",
"wangyiqiao": "wangyiqiao@weidian.com",
"hexinyu": "hexinyu@weidian.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitee.com/insanemac/hera.git",
"tag": "v1.1.0"
},
"source_files": "ios/Hera/**/*.{h,m}",
"public_header_files": "ios/Hera/**/*.h",
"resources": "ios/Hera/Resources/*.bundle",
"requires_arc": true,
"dependencies": {
"Reachability": [
],
"MJRefresh": [
],
"ZipArchive": [
],
"AFNetworking": [
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化