[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 6 / 1 / KKCarPlayManager / 0.1.3 / KKCarPlayManager.podspec.json
blob358a112f95b6c35411376742a4a7609ac23dc8a5
2   "name": "KKCarPlayManager",
3   "version": "0.1.3",
4   "summary": "Helps to implement an CarPlay audio app.",
5   "description": "KKCarPlayManager helps you to build the tree of the content items to let users to browsw on a CarPlay audio app.",
6   "homepage": "https://github.com/KKBOX/KKCarPlayManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zonble": "zonble@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/KKBOX/KKCarPlayManager.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": [
22     "4.2",
23     "5.0",
24     "5.1"
25   ],
26   "frameworks": "MediaPlayer",
27   "default_subspecs": "KKCarPlayManager",
28   "swift_version": "5.1",
29   "subspecs": [
30     {
31       "name": "KKCarPlayManager",
32       "source_files": "Sources/KKCarPlayManager/**/*"
33     },
34     {
35       "name": "KKCarPlayManagerExtensions",
36       "source_files": "Sources/KKCarPlayManagerExtensions/**/*",
37       "dependencies": {
38         "KKCarPlayManager/KKCarPlayManager": [
40         ]
41       }
42     }
43   ]