Skip to content

Commit

Permalink
development: prepare for release Algorithm 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dahan committed Nov 18, 2016
1 parent 4091d3f commit 3f9c378
Show file tree
Hide file tree
Showing 5 changed files with 328 additions and 102 deletions.
6 changes: 3 additions & 3 deletions Algorithm.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = 'Algorithm'
s.version = '1.0.8'
s.version = '2.0.0'
s.license = 'BSD-3-Clause'
s.summary = 'A toolset for writing algorithms in Swift.'
s.homepage = 'http://cosmicmind.com'
s.social_media_url = 'https://www.facebook.com/graphkit'
s.homepage = 'http://algorithmswift.io'
s.social_media_url = 'https://www.facebook.com/cosmicmindio'
s.authors = { 'CosmicMind, Inc.' => 'support@cosmicmind.com' }
s.source = { :git => 'https://github.com/CosmicMind/Algorithm.git', :tag => s.version }
s.ios.deployment_target = '8.0'
Expand Down
6 changes: 6 additions & 0 deletions Algorithm.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@
65744D421C554F410011C977 /* SortedMultiSet.swift in Headers */ = {isa = PBXBuildFile; fileRef = 65744CE91C554EDA0011C977 /* SortedMultiSet.swift */; settings = {ATTRIBUTES = (Public, ); }; };
65744D431C554F410011C977 /* SortedSet.swift in Headers */ = {isa = PBXBuildFile; fileRef = 65744CEA1C554EDA0011C977 /* SortedSet.swift */; settings = {ATTRIBUTES = (Public, ); }; };
65744D441C554F410011C977 /* Stack.swift in Headers */ = {isa = PBXBuildFile; fileRef = 65744CEB1C554EDA0011C977 /* Stack.swift */; settings = {ATTRIBUTES = (Public, ); }; };
961E6C3D1DDF9E64004E6C93 /* SampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961E6C3C1DDF9E64004E6C93 /* SampleTests.swift */; };
961E6C3E1DDF9E64004E6C93 /* SampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961E6C3C1DDF9E64004E6C93 /* SampleTests.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -141,6 +143,7 @@
65744D111C554F0E0011C977 /* SortedMultiSetTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SortedMultiSetTests.swift; sourceTree = "<group>"; };
65744D121C554F0E0011C977 /* SortedSetTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SortedSetTest.swift; sourceTree = "<group>"; };
65744D131C554F0E0011C977 /* StackTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StackTests.swift; sourceTree = "<group>"; };
961E6C3C1DDF9E64004E6C93 /* SampleTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SampleTests.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -235,6 +238,7 @@
65744D111C554F0E0011C977 /* SortedMultiSetTests.swift */,
65744D121C554F0E0011C977 /* SortedSetTest.swift */,
65744D131C554F0E0011C977 /* StackTests.swift */,
961E6C3C1DDF9E64004E6C93 /* SampleTests.swift */,
);
path = Tests;
sourceTree = "<group>";
Expand Down Expand Up @@ -474,6 +478,7 @@
65744D161C554F0E0011C977 /* DoublyLinkedListTests.swift in Sources */,
65744D1A1C554F0E0011C977 /* QueueTests.swift in Sources */,
65744D1C1C554F0E0011C977 /* RedBlackTreeTests.swift in Sources */,
961E6C3D1DDF9E64004E6C93 /* SampleTests.swift in Sources */,
65744D201C554F0E0011C977 /* SortedMultiDictionaryTests.swift in Sources */,
65744D221C554F0E0011C977 /* SortedMultiSetTests.swift in Sources */,
);
Expand Down Expand Up @@ -512,6 +517,7 @@
65744D171C554F0E0011C977 /* DoublyLinkedListTests.swift in Sources */,
65744D1B1C554F0E0011C977 /* QueueTests.swift in Sources */,
65744D1D1C554F0E0011C977 /* RedBlackTreeTests.swift in Sources */,
961E6C3E1DDF9E64004E6C93 /* SampleTests.swift in Sources */,
65744D211C554F0E0011C977 /* SortedMultiDictionaryTests.swift in Sources */,
65744D231C554F0E0011C977 /* SortedMultiSetTests.swift in Sources */,
);
Expand Down
Loading

0 comments on commit 3f9c378

Please sign in to comment.