Skip to content

Commit

Permalink
Swift 3
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelbeek committed Jan 6, 2017
1 parent 65319a9 commit a713603
Show file tree
Hide file tree
Showing 32 changed files with 666 additions and 699 deletions.
6 changes: 2 additions & 4 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!

target 'RecordButton_Example', :exclusive => true do
target 'RecordButton_Example' do
pod "RecordButton", :path => "../"
end

target 'RecordButton_Tests', :exclusive => true do
target 'RecordButton_Tests' do
pod "RecordButton", :path => "../"


end
10 changes: 6 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
PODS:
- RecordButton (0.1.0)
- RecordButton (1.0.0)

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

EXTERNAL SOURCES:
RecordButton:
:path: ../
:path: "../"

SPEC CHECKSUMS:
RecordButton: d1a7b1b0c10cb1c86bcf600dc09aa7695b1aadd6
RecordButton: 53e5cea9112aa2f09dccf83e55d3c4645197b58a

COCOAPODS: 0.39.0.beta.4
PODFILE CHECKSUM: 44d882dfebcc9046464eb3ecb75406a9c8401f05

COCOAPODS: 1.1.1
20 changes: 9 additions & 11 deletions Example/Pods/Local Podspecs/RecordButton.podspec.json

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

10 changes: 6 additions & 4 deletions Example/Pods/Manifest.lock

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

602 changes: 276 additions & 326 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

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

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

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

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

Loading

0 comments on commit a713603

Please sign in to comment.