[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / b / 8 / AlertTones / 1.0.0 / AlertTones.podspec.json
blobe9a57f8b84b580b42c39c8dd3d656ca28c9cf862
2   "name": "AlertTones",
3   "version": "1.0.0",
4   "summary": "iOS AlertTones framework",
5   "homepage": "https://github.com/sirnacnud/AlertTones",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Duncan Cunningham",
11   "source": {
12     "git": "https://github.com/sirnacnud/AlertTones.git",
13     "tag": "1.0.0"
14   },
15   "swift_versions": "5.0",
16   "default_subspecs": "UI",
17   "platforms": {
18     "ios": "11.0"
19   },
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "AlertTones/Classes/Core/**/*"
24     },
25     {
26       "name": "UI",
27       "source_files": "AlertTones/Classes/UI/**/*",
28       "resource_bundles": {
29         "AlertTones": "AlertTones/Assets/**/*"
30       },
31       "dependencies": {
32         "AlertTones/Core": [
34         ]
35       }
36     }
37   ],
38   "swift_version": "5.0"