Skip to content

Commit b2c6ad3

Browse files
committed
Empty template pod
1 parent 9c0365d commit b2c6ad3

File tree

53 files changed

+2782
-0
lines changed

Some content is hidden

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

53 files changed

+2782
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# references:
2+
# * https://www.objc.io/issues/6-build-tools/travis-ci/
3+
# * https://github.com/supermarin/xcpretty#usage
4+
5+
osx_image: xcode7.3
6+
language: objective-c
7+
# cache: cocoapods
8+
# podfile: Example/Podfile
9+
# before_install:
10+
# - gem install cocoapods # Since Travis is not always on latest version
11+
# - pod install --project-directory=Example
12+
script:
13+
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/UIViewController-DisplayInDrawer.xcworkspace -scheme UIViewController-DisplayInDrawer-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
14+
- pod lib lint

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 'UIViewController-DisplayInDrawer_Example' do
4+
pod 'UIViewController-DisplayInDrawer', :path => '../'
5+
6+
target 'UIViewController-DisplayInDrawer_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+
- UIViewController-DisplayInDrawer (0.1.0)
3+
4+
DEPENDENCIES:
5+
- UIViewController-DisplayInDrawer (from `../`)
6+
7+
EXTERNAL SOURCES:
8+
UIViewController-DisplayInDrawer:
9+
:path: "../"
10+
11+
SPEC CHECKSUMS:
12+
UIViewController-DisplayInDrawer: 64094f53787e9efba2087860439aefb9c4082360
13+
14+
PODFILE CHECKSUM: 4533cfc3919dc2507d0807dece7ed63f892d95f9
15+
16+
COCOAPODS: 1.5.3

Example/Pods/Local Podspecs/UIViewController-DisplayInDrawer.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: 750 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.xcworkspace/contents.xcworkspacedata

Lines changed: 4 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-UIViewController-DisplayInDrawer_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.

Example/Pods/Target Support Files/Pods-UIViewController-DisplayInDrawer_Example/Pods-UIViewController-DisplayInDrawer_Example-acknowledgements.markdown

Lines changed: 26 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-UIViewController-DisplayInDrawer_Example/Pods-UIViewController-DisplayInDrawer_Example-acknowledgements.plist

Lines changed: 58 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)