[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 6 / d / a / EasyLua / 1.1.3 / EasyLua.podspec.json
bloba8d5de4cd7c910ed07cf5ed4c3e52bb263ad8149
2   "name": "EasyLua",
3   "version": "1.1.3",
4   "summary": "An easy to use library for integrating Lua with Objective-c on iOS.",
5   "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",
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.1.3"
14   },
15   "social_media_url": "https://www.facebook.com/CrimsonMoonEntertainment",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resources": [
22     "Pod/Assets/*.png",
23     "Pod/Assets/*.lua"
24   ],
25   "frameworks": [
26     "Foundation",
27     "UIKit",
28     "CoreGraphics"
29   ],
30   "dependencies": {
31     "lua": [
32       "~> 5.2"
33     ]
34   }