Skip to content

Commit

Permalink
Initial Git to make Pod lib
Browse files Browse the repository at this point in the history
  • Loading branch information
younatics committed Feb 19, 2017
1 parent df29b91 commit ae13fe6
Show file tree
Hide file tree
Showing 72 changed files with 3,792 additions and 8 deletions.
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 'YNDropDownMenu_Example' do
pod 'YNDropDownMenu', :path => '../'

target 'YNDropDownMenu_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:
- YNDropDownMenu (0.2.4)

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

EXTERNAL SOURCES:
YNDropDownMenu:
:path: "../"

SPEC CHECKSUMS:
YNDropDownMenu: ac06519400c5d72cb3d8b81c68bd7e77ef28d791

PODFILE CHECKSUM: b6d0b1269b719514374ac98925bd3c064461c231

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

707 changes: 707 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.

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

Loading

0 comments on commit ae13fe6

Please sign in to comment.