[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 9 / 2 / Material / 2.16.4 / Material.podspec.json
blob22da73c9b0eceaf939d84f0a8d53aed38241b74c
2   "name": "Material",
3   "version": "2.16.4",
4   "swift_version": "4.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": "2.16.4"
15   },
16   "default_subspecs": "Core",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "subspecs": [
21     {
22       "name": "Core",
23       "platforms": {
24         "ios": "8.0"
25       },
26       "ios": {
27         "source_files": "Sources/**/*.swift"
28       },
29       "requires_arc": true,
30       "resource_bundles": {
31         "com.cosmicmind.material.icons": [
32           "Sources/**/*.xcassets"
33         ],
34         "com.cosmicmind.material.fonts": [
35           "Sources/**/*.ttf"
36         ]
37       },
38       "dependencies": {
39         "Motion": [
40           "~> 1.4.3"
41         ]
42       }
43     }
44   ]