[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 6 / d / a / EasyLua / 1.0.2 / EasyLua.podspec.json
blobcc42881e20759192ddfbfd1f804c58586373fdb7
2   "name": "EasyLua",
3   "version": "1.0.2",
4   "summary": "An easy to use library for integrating Lua with Objective-c on iOS.",
5   "description": "                        EasyLua is an 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",
6   "homepage": "https://github.com/CrimsonMoonEntertainment/EasyLua.git",
7   "license": "MIT",
8   "authors": {
9     "David Holtkamp": "david@crimson-moon.com"
10   },
11   "source": {
12     "git": "https://github.com/CrimsonMoonEntertainment/EasyLua.git",
13     "tag": "1.0.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resources": [
21     "Pod/Assets/*.png",
22     "Pod/Assets/*.lua"
23   ],
24   "frameworks": [
25     "Foundation",
26     "UIKit",
27     "CoreGraphics"
28   ],
29   "dependencies": {
30     "lua": [
31       "~> 5.2"
32     ]
33   }