Skip to content

Commit

Permalink
initial project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
tomknig committed Jun 8, 2014
1 parent 37f53f4 commit 9beafbd
Show file tree
Hide file tree
Showing 18 changed files with 698 additions and 43 deletions.
8 changes: 2 additions & 6 deletions .gitignore
Expand Up @@ -19,9 +19,5 @@ DerivedData
*.hmap
*.ipa

# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control?
#
# Pods/

# Pods
Rakefile
5 changes: 0 additions & 5 deletions CHANGELOG.md

This file was deleted.

Empty file removed Classes/ios/.gitkeep
Empty file.
Empty file removed Classes/osx/.gitkeep
Empty file.
13 changes: 2 additions & 11 deletions Example/Podfile
@@ -1,12 +1,3 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '7.0'

target "Demo" do
pod "TOMSMorphingLabel", :path => "../"
end

# Uncomment the following lines to add testing dependencies
# target "DemoTests" do
# pod 'Expecta'
# end
platform :ios, '7.0'

pod "TOMSMorphingLabel", :path => "../"
37 changes: 37 additions & 0 deletions Example/Pods/Local Podspecs/TOMSMorphingLabel.podspec

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

0 comments on commit 9beafbd

Please sign in to comment.