4 "summary": "A lib of Momo Lua UI.",
5 "description": "A lib of Momo Lua UI.",
6 "homepage": "https://mln.immomo.com",
13 "git": "https://github.com/momotech/MLN.git",
24 "resources": "MLN-iOS/MLN/Resource/ArgoUI.bundle",
32 "source_files": "MLN-iOS/MLN/Classes/MUICore/**/*.{h,m,c}",
33 "public_header_files": "MLN-iOS/MLN/Classes/MUICore/**/*.h",
48 "source_files": "MLN-iOS/MLN/Classes/MUIKit/**/*.{h,m,c,cpp,mm}",
49 "exclude_files": "MLN-iOS/MLN/Classes/MUIKit/Component/ObjectAnimation/Source/**/*.{h,c,cpp}",
50 "public_header_files": "MLN-iOS/MLN/Classes/MUIKit/**/*.h",
51 "private_header_files": [
52 "MLN-iOS/MLN/Classes/MUIKit/ArgoBinding/Listener/**/*.h",
53 "MLN-iOS/MLN/Classes/MUIKit/ArgoBinding/Lua/**/*.h",
54 "MLN-iOS/MLN/Classes/MUIKit/ArgoBinding/Protocol/ArgoListenerProtocol.h",
55 "MLN-iOS/MLN/Classes/MUIKit/ArgoBinding/Protocol/ArgoObserverProtocol.h"
64 "name": "AnimationCPP",
65 "source_files": "MLN-iOS/MLN/Classes/MUIKit/Component/ObjectAnimation/Source/**/*.{h,c,cpp}",
66 "compiler_flags": "-x objective-c++",