[Add] LiveKitWebRTC-Vama 125.6422.11-Vama
[CocoaPods.git] / Specs / a / 2 / 3 / ArgoUI / 0.3.6.beta3 / ArgoUI.podspec.json
blobf2693bba465f58381004eb224bd0e8032c3ca19d
2   "name": "ArgoUI",
3   "version": "0.3.6.beta3",
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": "ArgoUI/0.3.6.beta3"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "libraries": [
20     "z",
21     "c++"
22   ],
23   "requires_arc": true,
24   "resources": "MLN-iOS/MLN/Resource/ArgoUISystem.bundle",
25   "subspecs": [
26     {
27       "name": "Core",
28       "frameworks": [
29         "Foundation",
30         "UIKit"
31       ],
32       "source_files": "MLN-iOS/MLN/Classes/MUICore/**/*.{h,m,c}",
33       "public_header_files": "MLN-iOS/MLN/Classes/MUICore/**/*.h",
34       "dependencies": {
35         "MLN/LuaLib": [
37         ]
38       }
39     },
40     {
41       "name": "Kit",
42       "frameworks": [
43         "Foundation",
44         "UIKit",
45         "CoreGraphics",
46         "AVFoundation"
47       ],
48       "source_files": "MLN-iOS/MLN/Classes/MUIKit/**/*.{h,m,c,cpp,mm}",
49       "public_header_files": "MLN-iOS/MLN/Classes/MUIKit/**/*.h",
50       "private_header_files": [
51         "MLN-iOS/MLN/Classes/MUIKit/ArgoBinding/Listener/**/*.h",
52         "MLN-iOS/MLN/Classes/MUIKit/ArgoBinding/Lua/**/*.h",
53         "MLN-iOS/MLN/Classes/MUIKit/ArgoBinding/Protocol/ArgoListenerProtocol.h",
54         "MLN-iOS/MLN/Classes/MUIKit/ArgoBinding/Protocol/ArgoObserverProtocol.h"
55       ],
56       "dependencies": {
57         "ArgoUI/Core": [
59         ],
60         "ArgoAnimation": [
62         ]
63       }
64     }
65   ]