[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / c / 1 / kkp / 1.0.8 / kkp.podspec.json
blobdab85479c6846842d8157777ac403162ddfcb73f
2   "name": "kkp",
3   "version": "1.0.8",
4   "summary": "lua 热修复框架",
5   "description": "lua 热修复框架\n功能特性:\n实例方法和静态方法替换\n添加新类和定义协议\n基础数据转换\n结构体支持\nblock 创建\n常用c函数调用",
6   "platforms": {
7     "ios": "9.0"
8   },
9   "homepage": "https://github.com/karosLi/kkp",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Karosli": "karosli1314@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/karosLi/kkp.git",
19     "tag": "1.0.8"
20   },
21   "public_header_files": "kkp/**/*.h",
22   "source_files": "kkp/**/*.{h,m,c}",
23   "ios": {
24     "vendored_libraries": "kkp/libffi/libffi.a"
25   },
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
28     "OTHER_LDFLAGS": [
29       "-ObjC"
30     ]
31   },
32   "user_target_xcconfig": {
33     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
34     "OTHER_LDFLAGS": [
35       "-ObjC"
36     ]
37   },
38   "static_framework": true,
39   "requires_arc": true