[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 6 / 1 / KKCarPlayManager / 0.1.1 / KKCarPlayManager.podspec.json
blobe88ae6d43f0133eacbfc62df9852f3fde78f897a
2   "name": "KKCarPlayManager",
3   "version": "0.1.1",
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.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": [
22     "4.2",
23     "5.0",
24     "5.1",
25     "5.1"
26   ],
27   "frameworks": "MediaPlayer",
28   "default_subspecs": "KKCarPlayManager",
29   "swift_version": "5.1",
30   "subspecs": [
31     {
32       "name": "KKCarPlayManager",
33       "source_files": "Sources/KKCarPlayManager/**/*"
34     },
35     {
36       "name": "KKCarPlayManagerExtensions",
37       "source_files": "Sources/KKCarPlayManagerExtensions/**/*",
38       "dependencies": {
39         "KKCarPlayManager/KKCarPlayManager": [
41         ]
42       }
43     }
44   ]