Skip to content

Commit ae13fe6

Browse files
committed
Initial Git to make Pod lib
1 parent df29b91 commit ae13fe6

File tree

72 files changed

+3792
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+3792
-8
lines changed

Example/Podfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
use_frameworks!
2+
3+
target 'YNDropDownMenu_Example' do
4+
pod 'YNDropDownMenu', :path => '../'
5+
6+
target 'YNDropDownMenu_Tests' do
7+
inherit! :search_paths
8+
9+
10+
end
11+
end

Example/Podfile.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
PODS:
2+
- YNDropDownMenu (0.2.4)
3+
4+
DEPENDENCIES:
5+
- YNDropDownMenu (from `../`)
6+
7+
EXTERNAL SOURCES:
8+
YNDropDownMenu:
9+
:path: "../"
10+
11+
SPEC CHECKSUMS:
12+
YNDropDownMenu: ac06519400c5d72cb3d8b81c68bd7e77ef28d791
13+
14+
PODFILE CHECKSUM: b6d0b1269b719514374ac98925bd3c064461c231
15+
16+
COCOAPODS: 1.2.0

Example/Pods/Local Podspecs/YNDropDownMenu.podspec.json

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 707 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/xcuserdata/seungyounyi.xcuserdatad/xcschemes/Pods-YNDropDownMenu_Example.xcscheme

Lines changed: 71 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/xcuserdata/seungyounyi.xcuserdatad/xcschemes/Pods-YNDropDownMenu_Tests.xcscheme

Lines changed: 71 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/xcuserdata/seungyounyi.xcuserdatad/xcschemes/YNDropDownMenu.xcscheme

Lines changed: 60 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/xcuserdata/seungyounyi.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-YNDropDownMenu_Example/Info.plist

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)