From 6f4a7f1e116bb8b4af511a33a04826b0ae9172a0 Mon Sep 17 00:00:00 2001 From: Jeff Ward Date: Wed, 14 Feb 2018 16:02:03 -0500 Subject: [PATCH] Change module name in podspec to HyperionCore. This allows plugins external to the repo to @import HyperionCore and work by being installed with both Carthage and Hyperion. Fixes #50 --- HyperioniOS.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HyperioniOS.podspec b/HyperioniOS.podspec index 090d86c..9f05d53 100644 --- a/HyperioniOS.podspec +++ b/HyperioniOS.podspec @@ -8,8 +8,9 @@ Pod::Spec.new do |s| s.name = 'HyperioniOS' - s.version = '1.0.2' + s.version = '1.1.0' s.summary = 'Hyperion is an app design review tool that allows you to inspect views and perform measurements live within your app.' + s.module_name = 'HyperionCore' # This description is used to generate tags and improve search results. # * Think: What does it do? Why did you write it? What is the focus?