blob: 8f3237e020e0fd0de43dc5b78593ddf512932b0f [file] [log] [blame]
{
"name": "DynamOC",
"version": "0.1.2",
"summary": "iOS hotfix using lua",
"homepage": "https://github.com/onesmash/DynamOC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xuhui": "good122000@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/onesmash/DynamOC.git",
"tag": "0.1.2",
"submodules": true
},
"source_files": [
"DynamOC",
"DynamOC/**/*.{h,m}"
],
"exclude_files": [
"DynamOC/boot32.h",
"DynamOC/boot64.h",
"DynamOC/runtime32.h",
"DynamOC/runtime64.h",
"DynamOC/cocoa32.h",
"DynamOC/cocoa64.h",
"DynamOC/dispatch32.h",
"DynamOC/dispatch64.h"
],
"public_header_files": "DynamOC/LuaContext.h",
"resource_bundles": {
"DynamOC": [
"DynamOC/runtime.lua",
"DynamOC/boot.lua",
"DynamOC/dispatch.lua",
"DynamOC/cocoa.lua"
]
},
"libraries": "luajit",
"dependencies": {
"LuaJIT": [
"~> 0.1.1"
]
},
"pod_target_xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/LuaJIT/lib"
}
}