[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 5 / c / 9 / SmartDeviceLink / 7.5.0 / SmartDeviceLink.podspec.json
blob72ccf98dd6db38baae99dbee84d8ceccf7e6828d
2   "name": "SmartDeviceLink",
3   "version": "7.5.0",
4   "summary": "Connect your app with cars!",
5   "homepage": "https://github.com/smartdevicelink/SmartDeviceLink-iOS",
6   "license": {
7     "type": "New BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "SmartDeviceLink Team": "developer@smartdevicelink.com"
12   },
13   "platforms": {
14     "ios": "10.0"
15   },
16   "dependencies": {
17     "BiSON": [
18       "~> 1.2"
19     ]
20   },
21   "source": {
22     "git": "https://github.com/smartdevicelink/sdl_ios.git",
23     "tag": "7.5.0"
24   },
25   "requires_arc": true,
26   "swift_versions": "5.2",
27   "default_subspecs": "Default",
28   "subspecs": [
29     {
30       "name": "Default",
31       "source_files": [
32         "SmartDeviceLink/public/*.{h,m}",
33         "SmartDeviceLink/private/*.{h,m}"
34       ],
35       "resource_bundles": {
36         "SmartDeviceLink": [
37           "SmartDeviceLink/Assets/**/*"
38         ]
39       },
40       "public_header_files": "SmartDeviceLink/public/*.h",
41       "private_header_files": "SmartDeviceLink/private/*.h"
42     },
43     {
44       "name": "Swift",
45       "dependencies": {
46         "SmartDeviceLink/Default": [
48         ]
49       },
50       "source_files": "SmartDeviceLinkSwift/*.swift"
51     }
52   ],
53   "swift_version": "5.2"