[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / c / 8 / 0 / MLNUI / 0.1.1 / MLNUI.podspec.json
blobb2775e796a8d6ce6c882be731acc98e9e1b9fd11
2   "name": "MLNUI",
3   "version": "0.1.1",
4   "summary": "A lib of Momo Lua UI.",
5   "description": "A lib of Momo Lua UI.",
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": "MLNUI/0.1.1"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "libraries": "z",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Core",
24       "frameworks": [
25         "Foundation",
26         "UIKit"
27       ],
28       "source_files": "MLN-iOS/MLN/Classes/MUICore/**/*.{h,m,c}",
29       "public_header_files": "MLN-iOS/MLN/Classes/MUICore/**/*.h",
30       "dependencies": {
31         "MLN/LuaLib": [
33         ]
34       }
35     },
36     {
37       "name": "Kit",
38       "frameworks": [
39         "Foundation",
40         "UIKit",
41         "CoreGraphics",
42         "AVFoundation"
43       ],
44       "source_files": "MLN-iOS/MLN/Classes/MUIKit/**/*.{h,m,c}",
45       "public_header_files": "MLN-iOS/MLN/Classes/MUIKit/**/*.h",
46       "dependencies": {
47         "MLNUI/Core": [
49         ]
50       }
51     }
52   ]