blob: 46d330ba9be5da67f97e6b2da8a99d9d318891da [file] [log] [blame]
{
"name": "VPLuaViewSDK",
"version": "0.5.4",
"summary": "LuaView SDK",
"description": "A longer description of LuaViewSDK.podspec in Markdown format.\nLuaView",
"homepage": "https://github.com/alibaba/LuaViewSDK",
"license": {
"type": "The MIT License (MIT)",
"file": "LICENSE.txt"
},
"authors": {
"敛心": "jinjin.jj@alibaba-inc.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://git.coding.net/Zard1096/LuaViewSDK.git",
"tag": "0.1.1"
},
"source_files": [
"IOS/lua/lua/*.{h,m,c}",
"IOS/SDK/LuaViewSDK/Classes/**/*.{h,m,c}"
],
"public_header_files": [
"IOS/SDK/LuaViewSDK/Classes/**/*.h",
"IOS/lua/lua/*.h"
],
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"AVFoundation"
],
"libraries": "z",
"requires_arc": true
}