blob: b2775e796a8d6ce6c882be731acc98e9e1b9fd11 [file] [log] [blame]
{
"name": "MLNUI",
"version": "0.1.1",
"summary": "A lib of Momo Lua UI.",
"description": "A lib of Momo Lua UI.",
"homepage": "https://mln.immomo.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "MoMo",
"source": {
"git": "https://github.com/momotech/MLN.git",
"tag": "MLNUI/0.1.1"
},
"platforms": {
"ios": "8.0"
},
"libraries": "z",
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "MLN-iOS/MLN/Classes/MUICore/**/*.{h,m,c}",
"public_header_files": "MLN-iOS/MLN/Classes/MUICore/**/*.h",
"dependencies": {
"MLN/LuaLib": [
]
}
},
{
"name": "Kit",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"AVFoundation"
],
"source_files": "MLN-iOS/MLN/Classes/MUIKit/**/*.{h,m,c}",
"public_header_files": "MLN-iOS/MLN/Classes/MUIKit/**/*.h",
"dependencies": {
"MLNUI/Core": [
]
}
}
]
}