blob: 0dc9bc052202cacb92fcfbd4df12e84499078fae [file] [log] [blame]
{
"name": "EasyLua",
"version": "1.2.1",
"summary": "An easy to use library for integrating Lua with Objective-c on iOS.",
"description": " EasyLua is lightweight, easy to integrate, and easy to use library for bridging Obj-C and Lua.\n Our goal was to make a library which is easy to call into lua and out\n to iOS with no knowlege required of how the lua c bridge worked.\n",
"homepage": "https://github.com/CrimsonMoonEntertainment/EasyLua.git",
"license": "MIT",
"authors": {
"David Holtkamp": "david@crimson-moon.com"
},
"source": {
"git": "https://github.com/CrimsonMoonEntertainment/EasyLua.git",
"tag": "1.2.1"
},
"social_media_url": "https://www.facebook.com/CrimsonMoonEntertainment",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resources": [
"Pod/Assets/*.png",
"Pod/Assets/*.lua"
],
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"dependencies": {
"lua": [
"~> 5.2"
]
}
}