[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 2 / 3 / ArgoUI / 0.1.8 / ArgoUI.podspec.json
blob93159daac8cd809b0acb57f3c764820dad2a2a03
2   "name": "ArgoUI",
3   "version": "0.1.8",
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.8"
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       "dependencies": {
52         "ArgoUI/Core": [
54         ]
55       },
56       "subspecs": [
57         {
58           "name": "AnimationCPP",
59           "source_files": "MLN-iOS/MLN/Classes/MUIKit/Component/ObjectAnimation/Source/**/*.{h,c,cpp}",
60           "compiler_flags": "-x objective-c++",
61           "dependencies": {
62             "ArgoUI/Core": [
64             ]
65           }
66         }
67       ]
68     }
69   ]