[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 7 / 0 / a / Metronome / 0.1.0 / Metronome.podspec.json
blob1822d51f902a80f2d924ee2aa5f0fbf94fe524bd
2   "name": "Metronome",
3   "version": "0.1.0",
4   "summary": "A simple metronome.",
5   "description": "Metronome view controller that can be embedded into your app and used right away. Metronome implementation itself is based on Appleā€™s example (https://developer.apple.com/library/content/samplecode/HelloMetronome/Introduction/Intro.html).\n",
6   "homepage": "https://github.com/yuriiik/Metronome",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yurii Kupratsevych": "kupratsevich@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/yuriiik/Metronome.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Metronome/Classes/**/*.{h,m}",
22   "resource_bundles": {
23     "Metronome": [
24       "Metronome/Assets/*.mp3",
25       "Metronome/Classes/*.xib"
26     ]
27   }