[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 2 / 3 / ArgoUI / 0.1.6 / ArgoUI.podspec.json
blob81b8ad342f1c766f3f643de084f8e44a26d73372
2   "name": "ArgoUI",
3   "version": "0.1.6",
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.1.6"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "libraries": "z",
20   "requires_arc": true,
21   "resources": "MLN-iOS/MLN/Resource/ArgoUI.bundle",
22   "subspecs": [
23     {
24       "name": "Core",
25       "frameworks": [
26         "Foundation",
27         "UIKit"
28       ],
29       "source_files": "MLN-iOS/MLN/Classes/MUICore/**/*.{h,m,c}",
30       "public_header_files": "MLN-iOS/MLN/Classes/MUICore/**/*.h",
31       "dependencies": {
32         "MLN/LuaLib": [
34         ]
35       }
36     },
37     {
38       "name": "Kit",
39       "frameworks": [
40         "Foundation",
41         "UIKit",
42         "CoreGraphics",
43         "AVFoundation"
44       ],
45       "source_files": "MLN-iOS/MLN/Classes/MUIKit/**/*.{h,m,c,cpp}",
46       "public_header_files": "MLN-iOS/MLN/Classes/MUIKit/**/*.h",
47       "dependencies": {
48         "ArgoUI/Core": [
50         ]
51       }
52     }
53   ]