diff options
| author | Joel Fischer <joeljfischer@gmail.com> | 2017-01-19 14:49:32 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-19 14:49:32 -0500 |
| commit | 69638e102c3f769a18145c0029a34f9b5f32f10b (patch) | |
| tree | 34611a052b6c46b66a389ed9b28a48f61b444bbb /SmartDeviceLink-iOS.podspec | |
| parent | 3429c38d8f0e76028f59b6d49a2a46eb68270fea (diff) | |
| parent | 41bd47f068648a73389f878069ff0ec3f2cd6005 (diff) | |
| download | sdl_ios-69638e102c3f769a18145c0029a34f9b5f32f10b.tar.gz | |
Merge pull request #494 from smartdevicelink/feature/struct_property_rewrite
Feature/struct property rewrite
Diffstat (limited to 'SmartDeviceLink-iOS.podspec')
| -rw-r--r-- | SmartDeviceLink-iOS.podspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec index ff3f76612..ba327fbb5 100644 --- a/SmartDeviceLink-iOS.podspec +++ b/SmartDeviceLink-iOS.podspec @@ -12,6 +12,7 @@ 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/NSMutableDictionary+Store.h', 'SmartDeviceLink/SmartDeviceLink.h', 'SmartDeviceLink/SDLJingle.h', 'SmartDeviceLink/SDLProxy.h', |
