Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependence on the HexColors pod. #161

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -5,36 +5,36 @@
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
<false/>
<key>IDESourceControlProjectIdentifier</key>
<string>F6FF7C22-1562-4A01-9CD1-A3C34B7E21C3</string>
<string>BA5F8DCA-2C83-42BE-8A1A-64B2BF9699DF</string>
<key>IDESourceControlProjectName</key>
<string>Example</string>
<key>IDESourceControlProjectOriginsDictionary</key>
<dict>
<key>56C72571-8325-46B6-BC46-920E7DE5B629</key>
<string>https://github.com/toursprung/TSMessages.git</string>
<key>50C345C5-A300-4D8C-97B1-FD0F61D5EDD3</key>
<string>https://github.com/onato/TSMessages.git</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>ExampleProject/Example.xcworkspace</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>56C72571-8325-46B6-BC46-920E7DE5B629</key>
<key>50C345C5-A300-4D8C-97B1-FD0F61D5EDD3</key>
<string>../..</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>https://github.com/toursprung/TSMessages.git</string>
<string>https://github.com/onato/TSMessages.git</string>
<key>IDESourceControlProjectVersion</key>
<integer>110</integer>
<key>IDESourceControlProjectWCCIdentifier</key>
<string>56C72571-8325-46B6-BC46-920E7DE5B629</string>
<string>50C345C5-A300-4D8C-97B1-FD0F61D5EDD3</string>
<key>IDESourceControlProjectWCConfigurations</key>
<array>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>56C72571-8325-46B6-BC46-920E7DE5B629</string>
<string>50C345C5-A300-4D8C-97B1-FD0F61D5EDD3</string>
<key>IDESourceControlWCCName</key>
<string>TSMessages</string>
<string>TSMessages-onato</string>
</dict>
</array>
</dict>
Expand Down
1 change: 1 addition & 0 deletions ExampleProject/Podfile
Expand Up @@ -3,3 +3,4 @@ platform :ios, '5.1'
xcodeproj 'Example.xcodeproj'

pod 'TSMessages', :path => '..'

9 changes: 3 additions & 6 deletions ExampleProject/Podfile.lock
@@ -1,7 +1,5 @@
PODS:
- HexColors (2.2.1)
- TSMessages (0.9.4):
- HexColors
- TSMessages (0.9.9)

DEPENDENCIES:
- TSMessages (from `..`)
Expand All @@ -11,7 +9,6 @@ EXTERNAL SOURCES:
:path: ..

SPEC CHECKSUMS:
HexColors: 3a68db077cd6572a8f7d4aa1add284dd2436a934
TSMessages: de3fecb312d44078128add86d4347307669d0af2
TSMessages: 97aa531722f6bdc8861244ee2dfc6765a64da581

COCOAPODS: 0.29.0
COCOAPODS: 0.32.1
1 change: 0 additions & 1 deletion ExampleProject/Pods/BuildHeaders/HexColors/HexColor.h

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion ExampleProject/Pods/Headers/HexColors/HexColor.h

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 0 additions & 31 deletions ExampleProject/Pods/HexColors/Classes/HexColor.h

This file was deleted.

93 changes: 0 additions & 93 deletions ExampleProject/Pods/HexColors/Classes/HexColor.m

This file was deleted.

8 changes: 0 additions & 8 deletions ExampleProject/Pods/HexColors/LICENCE

This file was deleted.

53 changes: 0 additions & 53 deletions ExampleProject/Pods/HexColors/README.md

This file was deleted.

5 changes: 2 additions & 3 deletions ExampleProject/Pods/Local Podspecs/TSMessages.podspec

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions ExampleProject/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions ExampleProject/Pods/Pods-Acknowledgements.markdown

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions ExampleProject/Pods/Pods-Acknowledgements.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ExampleProject/Pods/Pods-TSMessages-Private.xcconfig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions ExampleProject/Pods/Pods-environment.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ExampleProject/Pods/Pods.xcconfig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.