diff --git a/UberSignals.podspec b/UberSignals.podspec index 6bc2f82..cbc7819 100644 --- a/UberSignals.podspec +++ b/UberSignals.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'UberSignals' - s.version = '1.0.0' - s.license = { :type => "Copyrighted", :file => "LICENSE" } + s.version = '1.0.1' + s.license = { :type => 'MIT' } s.summary = 'Signals is an eventing framework that enables you to implement the Observable pattern without using NSNotifications.' s.homepage = 'https://github.com/uber/signals-ios' s.social_media_url = 'https://twitter.com/UberEng' @@ -10,7 +10,6 @@ Pod::Spec.new do |s| s.requires_arc = true s.ios.deployment_target = '7.0' - s.source_files = "#{s.name}/**/*.{h,m}" s.private_header_files = "#{s.name}/**/*+Internal.h" diff --git a/UberSignals.xcodeproj/project.pbxproj b/UberSignals.xcodeproj/project.pbxproj index f47b502..5b26246 100644 --- a/UberSignals.xcodeproj/project.pbxproj +++ b/UberSignals.xcodeproj/project.pbxproj @@ -31,6 +31,7 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ + 72F45D921B8C0F910025F83C /* UberSignals.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = UberSignals.podspec; sourceTree = ""; }; 72FED2061B2C97C400DCAB7E /* UberSignals.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UberSignals.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 72FED20A1B2C97C400DCAB7E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 72FED20B1B2C97C400DCAB7E /* UberSignals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UberSignals.h; sourceTree = ""; }; @@ -70,6 +71,7 @@ 72FED1FC1B2C97C400DCAB7E = { isa = PBXGroup; children = ( + 72F45D921B8C0F910025F83C /* UberSignals.podspec */, 72FED2081B2C97C400DCAB7E /* UberSignals */, 72FED2151B2C97C400DCAB7E /* UberSignalsTests */, 72FED2071B2C97C400DCAB7E /* Products */,