[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 0 / 9 / MLN / 1.0.0.1.fix12 / MLN.podspec.json
blobef14b9378640f57d54de0ed821c75ecbb2d11426
2   "name": "MLN",
3   "version": "1.0.0.1.fix12",
4   "summary": "A lib of Momo Lua Native.",
5   "description": "A lib of Momo Lua Native Core.",
6   "homepage": "https://mln.immomo.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "MoMo",
12   "source": {
13     "git": "https://github.com/momotech/MLN.git",
14     "tag": "1.0.0.1.fix12"
15   },
16   "header_dir": ".",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "libraries": "z",
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "LuaLib",
25       "source_files": "MLN-iOS/MLN/Classes/LuaLib/**/*.{h,m,c}",
26       "public_header_files": "MLN-iOS/MLN/Classes/LuaLib/**/*.h"
27     },
28     {
29       "name": "Core",
30       "frameworks": [
31         "Foundation",
32         "UIKit"
33       ],
34       "source_files": "MLN-iOS/MLN/Classes/Core/**/*.{h,m,c}",
35       "public_header_files": "MLN-iOS/MLN/Classes/Core/**/*.h",
36       "dependencies": {
37         "MLN/LuaLib": [
39         ]
40       }
41     },
42     {
43       "name": "Kit",
44       "frameworks": [
45         "Foundation",
46         "UIKit",
47         "CoreGraphics",
48         "AVFoundation"
49       ],
50       "source_files": "MLN-iOS/MLN/Classes/Kit/**/*.{h,m,c}",
51       "public_header_files": "MLN-iOS/MLN/Classes/Kit/**/*.h",
52       "dependencies": {
53         "MLN/Core": [
55         ]
56       }
57     }
58   ]