[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 1 / 4 / 2 / DynamOC / 1.0.1 / DynamOC.podspec.json
blob917227573abf45a8cf739e2b02f82799a4a4bdb8
2   "name": "DynamOC",
3   "version": "1.0.1",
4   "summary": "iOS hotfix using lua",
5   "homepage": "https://github.com/onesmash/DynamOC",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "xuhui": "good122000@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/onesmash/DynamOC.git",
18     "tag": "1.0.1",
19     "submodules": true
20   },
21   "source_files": [
22     "DynamOC",
23     "DynamOC/**/*.{h,m}"
24   ],
25   "exclude_files": [
26     "DynamOC/boot32.h",
27     "DynamOC/boot64.h",
28     "DynamOC/runtime32.h",
29     "DynamOC/runtime64.h",
30     "DynamOC/cocoa32.h",
31     "DynamOC/cocoa64.h",
32     "DynamOC/dispatch32.h",
33     "DynamOC/dispatch64.h"
34   ],
35   "public_header_files": "DynamOC/LuaContext.h",
36   "resource_bundles": {
37     "DynamOC": [
38       "DynamOC/runtime.lua",
39       "DynamOC/boot.lua",
40       "DynamOC/dispatch.lua",
41       "DynamOC/cocoa.lua"
42     ]
43   },
44   "libraries": "luajit",
45   "dependencies": {
46     "LuaJIT": [
47       "~> 0.1.1"
48     ]
49   },
50   "pod_target_xcconfig": {
51     "LIBRARY_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/LuaJIT/lib"
52   }