blob: d473ace92f0d4afd2f17497952a1a17affd79bb6 [file] [log] [blame]
{
"name": "SmartDeviceLink-iOS",
"version": "7.0.0-rc.2",
"summary": "Connect your app with cars!",
"homepage": "https://github.com/smartdevicelink/SmartDeviceLink-iOS",
"license": {
"type": "New BSD",
"file": "LICENSE"
},
"authors": {
"SmartDeviceLink Team": "developer@smartdevicelink.com"
},
"platforms": {
"ios": "10.0"
},
"dependencies": {
"BiSON": [
"~> 1.2.0"
]
},
"source": {
"git": "https://github.com/smartdevicelink/sdl_ios.git",
"tag": "7.0.0-rc.2"
},
"requires_arc": true,
"source_files": [
"SmartDeviceLink/public/*.{h,m}",
"SmartDeviceLink/private/*.{h,m}"
],
"resource_bundles": {
"SmartDeviceLink": [
"SmartDeviceLink/Assets/**/*"
]
},
"public_header_files": "SmartDeviceLink/public/*.h",
"private_header_files": "SmartDeviceLink/private/*.h"
}