Skip to content

Commit 39f0307

Browse files
committed
Initial commit
1 parent 6407201 commit 39f0307

34 files changed

+1679
-7
lines changed

Example/Podfile

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
use_frameworks!
2+
target 'RxTimer_Tests' do
3+
pod 'RxTimer', :path => '../'
4+
5+
6+
end

Example/Podfile.lock

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
PODS:
2+
- RxTimer (0.1.0)
3+
4+
DEPENDENCIES:
5+
- RxTimer (from `../`)
6+
7+
EXTERNAL SOURCES:
8+
RxTimer:
9+
:path: "../"
10+
11+
SPEC CHECKSUMS:
12+
RxTimer: ac5023aaf19e7c805016f7eb3a433b6171c794c4
13+
14+
PODFILE CHECKSUM: 5f80bc3443e7bd46dc1bca3968f2d43d3d019139
15+
16+
COCOAPODS: 1.0.1

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

+22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

+536
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-RxTimer_Tests/Pods-RxTimer_Tests-acknowledgements.markdown

+26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-RxTimer_Tests/Pods-RxTimer_Tests-acknowledgements.plist

+56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-RxTimer_Tests/Pods-RxTimer_Tests-dummy.m

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-RxTimer_Tests/Pods-RxTimer_Tests-frameworks.sh

+91
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-RxTimer_Tests/Pods-RxTimer_Tests-resources.sh

+102
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-RxTimer_Tests/Pods-RxTimer_Tests-umbrella.h

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-RxTimer_Tests/Pods-RxTimer_Tests.debug.xcconfig

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)