[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 8 / 0 / 9 / MLN / 1.0.0.1.fix13 / MLN.podspec.json
blob29937cff2ead2b682eb17b49c498868579c49d84
2   "name": "MLN",
3   "version": "1.0.0.1.fix13",
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.fix13"
15   },
16   "header_dir": ".",
17   "module_name": "MLN",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "libraries": "z",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "LuaLib",
26       "source_files": "MLN-iOS/MLN/Classes/LuaLib/**/*.{h,m,c}",
27       "public_header_files": "MLN-iOS/MLN/Classes/LuaLib/**/*.h"
28     },
29     {
30       "name": "Core",
31       "frameworks": [
32         "Foundation",
33         "UIKit"
34       ],
35       "source_files": "MLN-iOS/MLN/Classes/Core/**/*.{h,m,c}",
36       "public_header_files": "MLN-iOS/MLN/Classes/Core/**/*.h",
37       "dependencies": {
38         "MLN/LuaLib": [
40         ]
41       }
42     },
43     {
44       "name": "Kit",
45       "frameworks": [
46         "Foundation",
47         "UIKit",
48         "CoreGraphics",
49         "AVFoundation"
50       ],
51       "source_files": "MLN-iOS/MLN/Classes/Kit/**/*.{h,m,c}",
52       "public_header_files": "MLN-iOS/MLN/Classes/Kit/**/*.h",
53       "dependencies": {
54         "MLN/Core": [
56         ]
57       }
58     }
59   ]