Skip to content

Commit

Permalink
Updated podspec to MIT license
Browse files Browse the repository at this point in the history
  • Loading branch information
artman committed Aug 25, 2015
1 parent 1d35ce4 commit 6d3f060
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions UberSignals.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions UberSignals.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
72F45D921B8C0F910025F83C /* UberSignals.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = UberSignals.podspec; sourceTree = "<group>"; };
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 = "<group>"; };
72FED20B1B2C97C400DCAB7E /* UberSignals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UberSignals.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -70,6 +71,7 @@
72FED1FC1B2C97C400DCAB7E = {
isa = PBXGroup;
children = (
72F45D921B8C0F910025F83C /* UberSignals.podspec */,
72FED2081B2C97C400DCAB7E /* UberSignals */,
72FED2151B2C97C400DCAB7E /* UberSignalsTests */,
72FED2071B2C97C400DCAB7E /* Products */,
Expand Down

0 comments on commit 6d3f060

Please sign in to comment.