Skip to content

Commit

Permalink
Relaid out project via CocoaPods' template
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRice committed Nov 13, 2019
1 parent f49fc24 commit b25b57a
Show file tree
Hide file tree
Showing 49 changed files with 1,854 additions and 581 deletions.
29 changes: 24 additions & 5 deletions .gitignore
@@ -1,5 +1,7 @@
# Xcode
# OS X
.DS_Store

# Xcode
build/
*.pbxuser
!default.pbxuser
Expand All @@ -9,10 +11,27 @@ build/
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
xcuserdata/
*.xccheckout
profile
*.moved-aside
DerivedData
.idea/
*.hmap
*.ipa

# Bundler
.bundle

# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
# Note: if you ignore the Pods directory, make sure to uncomment
# `pod install` in .travis.yml
#
# Pods/
358 changes: 0 additions & 358 deletions CountingTestProject.xcodeproj/project.pbxproj

This file was deleted.

Binary file removed CountingTestProject/Default-568h@2x.png
Binary file not shown.
Binary file removed CountingTestProject/Default.png
Binary file not shown.
Binary file removed CountingTestProject/Default@2x.png
Binary file not shown.
211 changes: 0 additions & 211 deletions CountingTestProject/en.lproj/CTPViewController.xib

This file was deleted.

7 changes: 7 additions & 0 deletions Example/Podfile
@@ -0,0 +1,7 @@
use_frameworks!

platform :ios, '8.0'

target 'CountingTestProject' do
pod 'UICountingLabel', :path => '../'
end
16 changes: 16 additions & 0 deletions Example/Podfile.lock
@@ -0,0 +1,16 @@
PODS:
- UICountingLabel (1.4.1)

DEPENDENCIES:
- UICountingLabel (from `../`)

EXTERNAL SOURCES:
UICountingLabel:
:path: "../"

SPEC CHECKSUMS:
UICountingLabel: cefc8fb9e2934d968f975e5fcc7b4d01f5403a9b

PODFILE CHECKSUM: ad599c616cd89d725d86940c1c215cb350031e6e

COCOAPODS: 1.8.4
23 changes: 23 additions & 0 deletions Example/Pods/Local Podspecs/UICountingLabel.podspec.json

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

16 changes: 16 additions & 0 deletions Example/Pods/Manifest.lock

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

0 comments on commit b25b57a

Please sign in to comment.