blob: 395b0d3c74333b13b8c9588246806564632a4b24 [file] [log] [blame]
{
"name": "lemix",
"version": "1.0.0",
"platforms": {
"ios": "8.0"
},
"summary": "lemix引擎",
"homepage": "https://code.lemonit.cn/lemix/lemix-ios-oc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangweiguang": "306822374@qq.com"
},
"source": {
"git": "https://github.com/lemix-project/lemix-ios",
"tag": "v1.0.0"
},
"source_files": [
"lemix/lemix/*.{h,m}",
"lemix/lemix/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"SSZipArchive": [
],
"AFNetworking": [
],
"lemage": [
]
}
}