[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 2 / 3 / ArgoUI / 0.2.4 / ArgoUI.podspec.json
blobf642211b90b9998af11552c24d217a5a72e0f76d
2   "name": "ArgoUI",
3   "version": "0.2.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.2.4"
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/ArgoUI.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       "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"
56       ],
57       "dependencies": {
58         "ArgoUI/Core": [
60         ]
61       },
62       "subspecs": [
63         {
64           "name": "AnimationCPP",
65           "source_files": "MLN-iOS/MLN/Classes/MUIKit/Component/ObjectAnimation/Source/**/*.{h,c,cpp}",
66           "compiler_flags": "-x objective-c++",
67           "dependencies": {
68             "ArgoUI/Core": [
70             ]
71           }
72         }
73       ]
74     }
75   ]