summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-06-01 13:42:33 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-06-01 13:42:33 -0400
commit7335c326b4a2d2c95c462527f5b7dad2409b63c7 (patch)
tree6e6b0c65bee9ea232582aa5920a46a46989fc4e9
parent8ae3106fdd1a2e3eb90bbccf90a7bf38ba35abbb (diff)
downloadsdl_ios-7335c326b4a2d2c95c462527f5b7dad2409b63c7.tar.gz
Fix podspec location
-rw-r--r--SmartDeviceLink-iOS.xcodeproj/project.pbxproj4
-rw-r--r--SmartDeviceLink.podspec2
-rw-r--r--SmartDeviceLink/SmartDeviceLink.podspec289
3 files changed, 3 insertions, 292 deletions
diff --git a/SmartDeviceLink-iOS.xcodeproj/project.pbxproj b/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
index b57ef732d..5ef3ec39d 100644
--- a/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
+++ b/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
@@ -1909,7 +1909,7 @@
5DBAE0AA1D3588AC00CE00BF /* SDLNotificationDispatcherSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDLNotificationDispatcherSpec.m; path = DevAPISpecs/SDLNotificationDispatcherSpec.m; sourceTree = "<group>"; };
5DBAE0AC1D368D1A00CE00BF /* SDLResponseDispatcherSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDLResponseDispatcherSpec.m; path = DevAPISpecs/SDLResponseDispatcherSpec.m; sourceTree = "<group>"; };
5DC978251B7A38640012C2F1 /* SDLGlobalsSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDLGlobalsSpec.m; path = UtilitiesSpecs/SDLGlobalsSpec.m; sourceTree = "<group>"; };
- 5DCA93811EE06F790015768E /* SmartDeviceLink.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmartDeviceLink.podspec; sourceTree = "<group>"; };
+ 5DCA93821EE0844D0015768E /* SmartDeviceLink.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmartDeviceLink.podspec; sourceTree = SOURCE_ROOT; };
5DCC199E1B8221F3004FFAD9 /* SDLURLSession.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDLURLSession.h; sourceTree = "<group>"; };
5DCC199F1B8221F3004FFAD9 /* SDLURLSession.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDLURLSession.m; sourceTree = "<group>"; };
5DCC19A21B822804004FFAD9 /* SDLURLRequestTask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDLURLRequestTask.h; sourceTree = "<group>"; };
@@ -3325,7 +3325,7 @@
5D1665A41CF5D5DA00CC4CA1 /* DEPENDENCIES.md */,
5D1665A51CF5D5DA00CC4CA1 /* LICENSE */,
5D1665A61CF5D5DA00CC4CA1 /* README.md */,
- 5DCA93811EE06F790015768E /* SmartDeviceLink.podspec */,
+ 5DCA93821EE0844D0015768E /* SmartDeviceLink.podspec */,
5D1665A71CF5D5DA00CC4CA1 /* SmartDeviceLink-iOS.podspec */,
5D61FA1E1A84237100846EE7 /* Supporting Files */,
);
diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec
index 03919172d..04e2a3075 100644
--- a/SmartDeviceLink.podspec
+++ b/SmartDeviceLink.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "SmartDeviceLink"
-s.version = "4.5.5"
+s.version = "4.6.0-rc.1"
s.summary = "Connect your app with cars!"
s.homepage = "https://github.com/smartdevicelink/SmartDeviceLink-iOS"
s.license = { :type => "New BSD", :file => "LICENSE" }
diff --git a/SmartDeviceLink/SmartDeviceLink.podspec b/SmartDeviceLink/SmartDeviceLink.podspec
deleted file mode 100644
index 04e2a3075..000000000
--- a/SmartDeviceLink/SmartDeviceLink.podspec
+++ /dev/null
@@ -1,289 +0,0 @@
-Pod::Spec.new do |s|
-
-s.name = "SmartDeviceLink"
-s.version = "4.6.0-rc.1"
-s.summary = "Connect your app with cars!"
-s.homepage = "https://github.com/smartdevicelink/SmartDeviceLink-iOS"
-s.license = { :type => "New BSD", :file => "LICENSE" }
-s.author = { "SmartDeviceLink Team" => "developer@smartdevicelink.com" }
-s.platform = :ios, "6.0"
-s.source = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :tag => s.version.to_s }
-s.source_files = "SmartDeviceLink/*.{h,m}"
-s.requires_arc = true
-s.resource_bundles = { 'SmartDeviceLink' => ['SmartDeviceLink/Assets/**/*', 'SmartDeviceLink/iOS 7 Assets/*'] }
-s.public_header_files = [
-'SmartDeviceLink/SmartDeviceLink.h',
-'SmartDeviceLink/SDLJingle.h',
-'SmartDeviceLink/SDLProxy.h',
-'SmartDeviceLink/SDLProxyFactory.h',
-'SmartDeviceLink/SDLProxyListener.h',
-'SmartDeviceLink/SDLSecurityType.h',
-'SmartDeviceLink/SDLStreamingMediaManager.h',
-'SmartDeviceLink/SDLTTSChunkFactory.h',
-'SmartDeviceLink/SDLTouchManager.h',
-'SmartDeviceLink/SDLTouchManagerDelegate.h',
-'SmartDeviceLink/SDLConsoleController.h',
-'SmartDeviceLink/SDLDebugTool.h',
-'SmartDeviceLink/SDLDebugToolConsole.h',
-'SmartDeviceLink/SDLSiphonServer.h',
-'SmartDeviceLink/SDLAbstractTransport.h',
-'SmartDeviceLink/SDLIAPSessionDelegate.h',
-'SmartDeviceLink/SDLIAPTransport.h',
-'SmartDeviceLink/SDLTCPTransport.h',
-'SmartDeviceLink/SDLTransportDelegate.h',
-'SmartDeviceLink/SDLAbstractProtocol.h',
-'SmartDeviceLink/SDLProtocol.h',
-'SmartDeviceLink/SDLProtocolListener.h',
-'SmartDeviceLink/SDLProtocolHeader.h',
-'SmartDeviceLink/SDLProtocolMessage.h',
-'SmartDeviceLink/SDLEnum.h',
-'SmartDeviceLink/SDLRPCMessage.h',
-'SmartDeviceLink/SDLRPCNotification.h',
-'SmartDeviceLink/SDLRPCRequest.h',
-'SmartDeviceLink/SDLRPCResponse.h',
-'SmartDeviceLink/SDLRPCStruct.h',
-'SmartDeviceLink/SDLRPCRequestFactory.h',
-'SmartDeviceLink/SDLAddCommand.h',
-'SmartDeviceLink/SDLAddSubMenu.h',
-'SmartDeviceLink/SDLAlert.h',
-'SmartDeviceLink/SDLAlertManeuver.h',
-'SmartDeviceLink/SDLChangeRegistration.h',
-'SmartDeviceLink/SDLCreateInteractionChoiceSet.h',
-'SmartDeviceLink/SDLDeleteCommand.h',
-'SmartDeviceLink/SDLDeleteFile.h',
-'SmartDeviceLink/SDLDeleteInteractionChoiceSet.h',
-'SmartDeviceLink/SDLDeleteSubMenu.h',
-'SmartDeviceLink/SDLDiagnosticMessage.h',
-'SmartDeviceLink/SDLDialNumber.h',
-'SmartDeviceLink/SDLEncodedSyncPData.h',
-'SmartDeviceLink/SDLEndAudioPassThru.h',
-'SmartDeviceLink/SDLGetDTCs.h',
-'SmartDeviceLink/SDLGetVehicleData.h',
-'SmartDeviceLink/SDLGetWaypoints.h',
-'SmartDeviceLink/SDLListFiles.h',
-'SmartDeviceLink/SDLPerformAudioPassThru.h',
-'SmartDeviceLink/SDLPerformInteraction.h',
-'SmartDeviceLink/SDLPutFile.h',
-'SmartDeviceLink/SDLReadDID.h',
-'SmartDeviceLink/SDLRegisterAppInterface.h',
-'SmartDeviceLink/SDLResetGlobalProperties.h',
-'SmartDeviceLink/SDLScrollableMessage.h',
-'SmartDeviceLink/SDLSendLocation.h',
-'SmartDeviceLink/SDLSetAppIcon.h',
-'SmartDeviceLink/SDLSetDisplayLayout.h',
-'SmartDeviceLink/SDLSetGlobalProperties.h',
-'SmartDeviceLink/SDLSetMediaClockTimer.h',
-'SmartDeviceLink/SDLShow.h',
-'SmartDeviceLink/SDLShowConstantTBT.h',
-'SmartDeviceLink/SDLSlider.h',
-'SmartDeviceLink/SDLSpeak.h',
-'SmartDeviceLink/SDLSubscribeButton.h',
-'SmartDeviceLink/SDLSubscribeVehicleData.h',
-'SmartDeviceLink/SDLSubscribeWaypoints.h',
-'SmartDeviceLink/SDLSyncPData.h',
-'SmartDeviceLink/SDLUnregisterAppInterface.h',
-'SmartDeviceLink/SDLUnsubscribeButton.h',
-'SmartDeviceLink/SDLUnsubscribeVehicleData.h',
-'SmartDeviceLink/SDLUnsubscribeWaypoints.h',
-'SmartDeviceLink/SDLUpdateTurnList.h',
-'SmartDeviceLink/SDLAddCommandResponse.h',
-'SmartDeviceLink/SDLAddSubMenuResponse.h',
-'SmartDeviceLink/SDLAlertManeuverResponse.h',
-'SmartDeviceLink/SDLAlertResponse.h',
-'SmartDeviceLink/SDLChangeRegistrationResponse.h',
-'SmartDeviceLink/SDLCreateInteractionChoiceSetResponse.h',
-'SmartDeviceLink/SDLDeleteCommandResponse.h',
-'SmartDeviceLink/SDLDeleteFileResponse.h',
-'SmartDeviceLink/SDLDeleteInteractionChoiceSetResponse.h',
-'SmartDeviceLink/SDLDeleteSubMenuResponse.h',
-'SmartDeviceLink/SDLDiagnosticMessageResponse.h',
-'SmartDeviceLink/SDLDialNumberResponse.h',
-'SmartDeviceLink/SDLEncodedSyncPDataResponse.h',
-'SmartDeviceLink/SDLEndAudioPassThruResponse.h',
-'SmartDeviceLink/SDLGenericResponse.h',
-'SmartDeviceLink/SDLGetDTCsResponse.h',
-'SmartDeviceLink/SDLGetVehicleDataResponse.h',
-'SmartDeviceLink/SDLGetWaypointsResponse.h',
-'SmartDeviceLink/SDLListFilesResponse.h',
-'SmartDeviceLink/SDLPerformAudioPassThruResponse.h',
-'SmartDeviceLink/SDLPerformInteractionResponse.h',
-'SmartDeviceLink/SDLPutFileResponse.h',
-'SmartDeviceLink/SDLReadDIDResponse.h',
-'SmartDeviceLink/SDLRegisterAppInterfaceResponse.h',
-'SmartDeviceLink/SDLResetGlobalPropertiesResponse.h',
-'SmartDeviceLink/SDLScrollableMessageResponse.h',
-'SmartDeviceLink/SDLSendLocationResponse.h',
-'SmartDeviceLink/SDLSetAppIconResponse.h',
-'SmartDeviceLink/SDLSetDisplayLayoutResponse.h',
-'SmartDeviceLink/SDLSetGlobalPropertiesResponse.h',
-'SmartDeviceLink/SDLSetMediaClockTimerResponse.h',
-'SmartDeviceLink/SDLShowConstantTBTResponse.h',
-'SmartDeviceLink/SDLShowResponse.h',
-'SmartDeviceLink/SDLSliderResponse.h',
-'SmartDeviceLink/SDLSpeakResponse.h',
-'SmartDeviceLink/SDLSubscribeButtonResponse.h',
-'SmartDeviceLink/SDLSubscribeVehicleDataResponse.h',
-'SmartDeviceLink/SDLSubscribeWaypointsResponse.h',
-'SmartDeviceLink/SDLSyncPDataResponse.h',
-'SmartDeviceLink/SDLUnregisterAppInterfaceResponse.h',
-'SmartDeviceLink/SDLUnsubscribeButtonResponse.h',
-'SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h',
-'SmartDeviceLink/SDLUnsubscribeWaypointsResponse.h',
-'SmartDeviceLink/SDLUpdateTurnListResponse.h',
-'SmartDeviceLink/SDLOnAppInterfaceUnregistered.h',
-'SmartDeviceLink/SDLOnAudioPassThru.h',
-'SmartDeviceLink/SDLOnButtonEvent.h',
-'SmartDeviceLink/SDLOnButtonPress.h',
-'SmartDeviceLink/SDLOnCommand.h',
-'SmartDeviceLink/SDLOnDriverDistraction.h',
-'SmartDeviceLink/SDLOnEncodedSyncPData.h',
-'SmartDeviceLink/SDLOnHMIStatus.h',
-'SmartDeviceLink/SDLOnHashChange.h',
-'SmartDeviceLink/SDLOnKeyboardInput.h',
-'SmartDeviceLink/SDLOnLanguageChange.h',
-'SmartDeviceLink/SDLOnLockScreenStatus.h',
-'SmartDeviceLink/SDLOnPermissionsChange.h',
-'SmartDeviceLink/SDLOnSyncPData.h',
-'SmartDeviceLink/SDLOnSystemRequest.h',
-'SmartDeviceLink/SDLOnTBTClientState.h',
-'SmartDeviceLink/SDLOnTouchEvent.h',
-'SmartDeviceLink/SDLOnVehicleData.h',
-'SmartDeviceLink/SDLOnWaypointChange.h',
-'SmartDeviceLink/SDLAirbagStatus.h',
-'SmartDeviceLink/SDLAppInfo.h',
-'SmartDeviceLink/SDLAudioPassThruCapabilities.h',
-'SmartDeviceLink/SDLBeltStatus.h',
-'SmartDeviceLink/SDLBodyInformation.h',
-'SmartDeviceLink/SDLButtonCapabilities.h',
-'SmartDeviceLink/SDLChoice.h',
-'SmartDeviceLink/SDLClusterModeStatus.h',
-'SmartDeviceLink/SDLDIDResult.h',
-'SmartDeviceLink/SDLDateTime.h',
-'SmartDeviceLink/SDLDeviceInfo.h',
-'SmartDeviceLink/SDLDeviceStatus.h',
-'SmartDeviceLink/SDLDisplayCapabilities.h',
-'SmartDeviceLink/SDLECallInfo.h',
-'SmartDeviceLink/SDLEmergencyEvent.h',
-'SmartDeviceLink/SDLGPSData.h',
-'SmartDeviceLink/SDLHMICapabilities.h',
-'SmartDeviceLink/SDLHMIPermissions.h',
-'SmartDeviceLink/SDLHeadLampStatus.h',
-'SmartDeviceLink/SDLImage.h',
-'SmartDeviceLink/SDLImageField.h',
-'SmartDeviceLink/SDLImageResolution.h',
-'SmartDeviceLink/SDLKeyboardProperties.h',
-'SmartDeviceLink/SDLMenuParams.h',
-'SmartDeviceLink/SDLMyKey.h',
-'SmartDeviceLink/SDLOasisAddress.h',
-'SmartDeviceLink/SDLParameterPermissions.h',
-'SmartDeviceLink/SDLPermissionItem.h',
-'SmartDeviceLink/SDLPresetBankCapabilities.h',
-'SmartDeviceLink/SDLScreenParams.h',
-'SmartDeviceLink/SDLSingleTireStatus.h',
-'SmartDeviceLink/SDLSoftButton.h',
-'SmartDeviceLink/SDLSoftButtonCapabilities.h',
-'SmartDeviceLink/SDLStartTime.h',
-'SmartDeviceLink/SDLSyncMsgVersion.h',
-'SmartDeviceLink/SDLTTSChunk.h',
-'SmartDeviceLink/SDLTextField.h',
-'SmartDeviceLink/SDLTireStatus.h',
-'SmartDeviceLink/SDLTouchCoord.h',
-'SmartDeviceLink/SDLTouchEvent.h',
-'SmartDeviceLink/SDLTouchEventCapabilities.h',
-'SmartDeviceLink/SDLTurn.h',
-'SmartDeviceLink/SDLVRHelpItem.h',
-'SmartDeviceLink/SDLVehicleDataResult.h',
-'SmartDeviceLink/SDLVehicleType.h',
-'SmartDeviceLink/SDLAmbientLightStatus.h',
-'SmartDeviceLink/SDLAppHMIType.h',
-'SmartDeviceLink/SDLAppInterfaceUnregisteredReason.h',
-'SmartDeviceLink/SDLAudioStreamingState.h',
-'SmartDeviceLink/SDLAudioType.h',
-'SmartDeviceLink/SDLBitsPerSample.h',
-'SmartDeviceLink/SDLButtonEventMode.h',
-'SmartDeviceLink/SDLButtonName.h',
-'SmartDeviceLink/SDLButtonPressMode.h',
-'SmartDeviceLink/SDLCarModeStatus.h',
-'SmartDeviceLink/SDLCharacterSet.h',
-'SmartDeviceLink/SDLCompassDirection.h',
-'SmartDeviceLink/SDLComponentVolumeStatus.h',
-'SmartDeviceLink/SDLDeliveryMode.h',
-'SmartDeviceLink/SDLDeviceLevelStatus.h',
-'SmartDeviceLink/SDLDimension.h',
-'SmartDeviceLink/SDLDisplayType.h',
-'SmartDeviceLink/SDLDriverDistractionState.h',
-'SmartDeviceLink/SDLECallConfirmationStatus.h',
-'SmartDeviceLink/SDLEmergencyEventType.h',
-'SmartDeviceLink/SDLFileType.h',
-'SmartDeviceLink/SDLFuelCutoffStatus.h',
-'SmartDeviceLink/SDLGlobalProperty.h',
-'SmartDeviceLink/SDLHMILevel.h',
-'SmartDeviceLink/SDLHMIZoneCapabilities.h',
-'SmartDeviceLink/SDLIgnitionStableStatus.h',
-'SmartDeviceLink/SDLIgnitionStatus.h',
-'SmartDeviceLink/SDLImageFieldName.h',
-'SmartDeviceLink/SDLImageType.h',
-'SmartDeviceLink/SDLInteractionMode.h',
-'SmartDeviceLink/SDLKeyboardEvent.h',
-'SmartDeviceLink/SDLKeyboardLayout.h',
-'SmartDeviceLink/SDLKeypressMode.h',
-'SmartDeviceLink/SDLLanguage.h',
-'SmartDeviceLink/SDLLayoutMode.h',
-'SmartDeviceLink/SDLLocationCoordinate.h',
-'SmartDeviceLink/SDLLocationDetails.h',
-'SmartDeviceLink/SDLLockScreenStatus.h',
-'SmartDeviceLink/SDLMaintenanceModeStatus.h',
-'SmartDeviceLink/SDLMediaClockFormat.h',
-'SmartDeviceLink/SDLPRNDL.h',
-'SmartDeviceLink/SDLPermissionStatus.h',
-'SmartDeviceLink/SDLPowerModeQualificationStatus.h',
-'SmartDeviceLink/SDLPowerModeStatus.h',
-'SmartDeviceLink/SDLPredefinedLayout.h',
-'SmartDeviceLink/SDLPrerecordedSpeech.h',
-'SmartDeviceLink/SDLPrimaryAudioSource.h',
-'SmartDeviceLink/SDLRPCMessageType.h',
-'SmartDeviceLink/SDLRequestType.h',
-'SmartDeviceLink/SDLResult.h',
-'SmartDeviceLink/SDLSamplingRate.h',
-'SmartDeviceLink/SDLSoftButtonType.h',
-'SmartDeviceLink/SDLSpeechCapabilities.h',
-'SmartDeviceLink/SDLSystemAction.h',
-'SmartDeviceLink/SDLSystemContext.h',
-'SmartDeviceLink/SDLTBTState.h',
-'SmartDeviceLink/SDLTextAlignment.h',
-'SmartDeviceLink/SDLTextFieldName.h',
-'SmartDeviceLink/SDLTimerMode.h',
-'SmartDeviceLink/SDLTouchType.h',
-'SmartDeviceLink/SDLTriggerSource.h',
-'SmartDeviceLink/SDLUpdateMode.h',
-'SmartDeviceLink/SDLVRCapabilities.h',
-'SmartDeviceLink/SDLVehicleDataActiveStatus.h',
-'SmartDeviceLink/SDLVehicleDataEventStatus.h',
-'SmartDeviceLink/SDLVehicleDataNotificationStatus.h',
-'SmartDeviceLink/SDLVehicleDataResultCode.h',
-'SmartDeviceLink/SDLVehicleDataStatus.h',
-'SmartDeviceLink/SDLVehicleDataType.h',
-'SmartDeviceLink/SDLWarningLightStatus.h',
-'SmartDeviceLink/SDLWaypointType.h',
-'SmartDeviceLink/SDLWiperStatus.h',
-'SmartDeviceLink/SDLConfiguration.h',
-'SmartDeviceLink/SDLLifecycleConfiguration.h',
-'SmartDeviceLink/SDLLockScreenConfiguration.h',
-'SmartDeviceLink/SDLArtwork.h',
-'SmartDeviceLink/SDLFile.h',
-'SmartDeviceLink/SDLFileManager.h',
-'SmartDeviceLink/SDLFileManagerConstants.h',
-'SmartDeviceLink/SDLLockScreenViewController.h',
-'SmartDeviceLink/SDLManager.h',
-'SmartDeviceLink/SDLManagerDelegate.h',
-'SmartDeviceLink/SDLPermissionConstants.h',
-'SmartDeviceLink/SDLPermissionManager.h',
-'SmartDeviceLink/NSNumber+NumberType.h',
-'SmartDeviceLink/SDLErrorConstants.h',
-'SmartDeviceLink/SDLNotificationConstants.h',
-'SmartDeviceLink/SDLRequestHandler.h',
-'SmartDeviceLink/SDLRPCNotificationNotification.h',
-'SmartDeviceLink/SDLRPCResponseNotification.h'
-]
-
-end