Skip to content

Commit

Permalink
initialize cocoapods set up
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhakabir committed Jan 29, 2019
1 parent 4597e04 commit 6921371
Show file tree
Hide file tree
Showing 51 changed files with 2,778 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
use_frameworks!

target 'SwiftAudioPlayer_Example' do
pod 'SwiftAudioPlayer', :path => '../'

target 'SwiftAudioPlayer_Tests' do
inherit! :search_paths


end
end
16 changes: 16 additions & 0 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PODS:
- SwiftAudioPlayer (0.1.0)

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

EXTERNAL SOURCES:
SwiftAudioPlayer:
:path: "../"

SPEC CHECKSUMS:
SwiftAudioPlayer: 6d47a258720feecb431509eb71215559621fa12d

PODFILE CHECKSUM: 84ea27746bf895da86125356a8d0df7a323c4c08

COCOAPODS: 1.5.3
22 changes: 22 additions & 0 deletions Example/Pods/Local Podspecs/SwiftAudioPlayer.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.

750 changes: 750 additions & 0 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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.

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

Loading

0 comments on commit 6921371

Please sign in to comment.