[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 9 / 2 / Material / 2.3.8 / Material.podspec.json
blobf34e6fdb949b0dd5e30298f72bfb55442aa024ae
2   "name": "Material",
3   "version": "2.3.8",
4   "license": "BSD-3-Clause",
5   "summary": "Material is an animation and graphics framework that is used to create beautiful applications.",
6   "homepage": "http://materialswift.com",
7   "social_media_url": "https://www.facebook.com/cosmicmindio",
8   "authors": {
9     "CosmicMind, Inc.": "support@cosmicmind.com"
10   },
11   "source": {
12     "git": "https://github.com/CosmicMind/Material.git",
13     "tag": "2.3.8"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "default_subspecs": "Core",
19   "subspecs": [
20     {
21       "name": "Core",
22       "platforms": {
23         "ios": "8.0",
24         "osx": "10.9"
25       },
26       "ios": {
27         "source_files": "Sources/iOS/*.swift"
28       },
29       "osx": {
30         "source_files": "Sources/macOS/**/*.swift"
31       },
32       "requires_arc": true,
33       "resource_bundles": {
34         "io.cosmicmind.material.icons": [
35           "Sources/**/*.xcassets"
36         ],
37         "io.cosmicmind.material.fonts": [
38           "Sources/**/*.ttf"
39         ]
40       }
41     },
42     {
43       "name": "Capture",
44       "source_files": "Sources/iOS/Capture/*.swift",
45       "dependencies": {
46         "Material/Core": [
48         ]
49       }
50     },
51     {
52       "name": "Photos",
53       "source_files": "Sources/iOS/Photos/*.swift",
54       "dependencies": {
55         "Material/Core": [
57         ]
58       }
59     }
60   ]