[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / d / 9 / 2 / Material / 3.1.8 / Material.podspec.json
blob983ce8c8f9fbb659160c458775a28d7fc03329d0
2   "name": "Material",
3   "version": "3.1.8",
4   "swift_versions": "5.0",
5   "license": "BSD-3-Clause",
6   "summary": "A UI/UX framework for creating beautiful applications.",
7   "homepage": "http://cosmicmind.com",
8   "social_media_url": "https://www.facebook.com/cosmicmindcom",
9   "authors": {
10     "CosmicMind, Inc.": "support@cosmicmind.com"
11   },
12   "source": {
13     "git": "https://github.com/CosmicMind/Material.git",
14     "tag": "3.1.8"
15   },
16   "default_subspecs": "Core",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "swift_version": "5.0",
21   "subspecs": [
22     {
23       "name": "Core",
24       "platforms": {
25         "ios": "8.0"
26       },
27       "ios": {
28         "source_files": "Sources/**/*.swift"
29       },
30       "requires_arc": true,
31       "resource_bundles": {
32         "com.cosmicmind.material.icons": [
33           "Sources/**/*.xcassets"
34         ],
35         "com.cosmicmind.material.fonts": [
36           "Sources/**/*.ttf"
37         ]
38       },
39       "dependencies": {
40         "Motion": [
41           "~> 3.1.1"
42         ]
43       }
44     }
45   ]