[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 9 / 2 / Material / 2.7.0 / Material.podspec.json
blobe161a1033bc00a19df4a372c0aaac50ea0b2b286
2   "name": "Material",
3   "version": "2.7.0",
4   "license": "BSD-3-Clause",
5   "summary": "Material Design library used to create beautiful applications.",
6   "homepage": "http://materialswift.com",
7   "social_media_url": "https://www.facebook.com/cosmicmindcom",
8   "authors": {
9     "CosmicMind, Inc.": "support@cosmicmind.com"
10   },
11   "source": {
12     "git": "https://github.com/CosmicMind/Material.git",
13     "tag": "2.7.0"
14   },
15   "default_subspecs": "Core",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "pushed_with_swift_version": "3.0",
20   "subspecs": [
21     {
22       "name": "Core",
23       "platforms": {
24         "ios": "8.0"
25       },
26       "ios": {
27         "source_files": "**/*.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     }
39   ]