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