[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 2 / 3 / ArgoUI / 0.1.4 / ArgoUI.podspec.json
blob905ae9c2209234fba4267fafc58b0a0c360a1967
2   "name": "ArgoUI",
3   "version": "0.1.4",
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.4"
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         "ArgoUI/Core": [
49         ]
50       }
51     }
52   ]