[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 2 / 3 / ArgoUI / 0.4.5 / ArgoUI.podspec.json
blobb8412596433ef7e976e367633e6edf7357bc998f
2   "name": "ArgoUI",
3   "version": "0.4.5",
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.4.5"
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   "module_map": "MLN-iOS/MLN/Classes/MUICore/module.modulemap",
26   "subspecs": [
27     {
28       "name": "Core",
29       "frameworks": [
30         "Foundation",
31         "UIKit"
32       ],
33       "source_files": "MLN-iOS/MLN/Classes/MUICore/**/*.{h,m,c}",
34       "public_header_files": "MLN-iOS/MLN/Classes/MUICore/**/*.h",
35       "private_header_files": "MLN-iOS/MLN/Classes/MUICore/argo_db/**/*.h",
36       "dependencies": {
37         "MLN/LuaLib": [
39         ]
40       }
41     },
42     {
43       "name": "Kit",
44       "frameworks": [
45         "Foundation",
46         "UIKit",
47         "CoreGraphics",
48         "AVFoundation"
49       ],
50       "source_files": "MLN-iOS/MLN/Classes/MUIKit/**/*.{h,m,c,cpp,mm}",
51       "public_header_files": "MLN-iOS/MLN/Classes/MUIKit/**/*.h",
52       "private_header_files": [
53         "MLN-iOS/MLN/Classes/MUIKit/ArgoBinding/Listener/**/*.h",
54         "MLN-iOS/MLN/Classes/MUIKit/ArgoBinding/Lua/**/*.h"
55       ],
56       "dependencies": {
57         "ArgoUI/Core": [
59         ],
60         "ArgoAnimation": [
62         ]
63       }
64     }
65   ]