Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit f3946da

Browse files
committedOct 9, 2016
Pod update
1 parent 57f04c0 commit f3946da

14 files changed

+346
-289
lines changed
 

‎Example/Podfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PODS:
1111
- FBSnapshotTestCase/Core
1212
- pop (1.0.9)
1313
- Specta (1.0.5)
14-
- TPSDropDown (0.2.0):
14+
- TPSDropDown (0.4.0):
1515
- pop (= 1.0.9)
1616

1717
DEPENDENCIES:
@@ -32,8 +32,8 @@ SPEC CHECKSUMS:
3232
FBSnapshotTestCase: 918c55861356ee83aee7843d759f55a18ff6982b
3333
pop: f667631a5108a2e60d9e8797c9b32ddaf2080bce
3434
Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2
35-
TPSDropDown: 2425f0944339c03f17a745eb76a95ed0de8797b2
35+
TPSDropDown: 5f3ca38a7460772a4209f34367cf87123409f630
3636

3737
PODFILE CHECKSUM: 5c2cbf65620b6d8bf9c98021dc0b3110ce383fc3
3838

39-
COCOAPODS: 1.0.1
39+
COCOAPODS: 1.1.0.rc.2

‎Example/Pods/Local Podspecs/TPSDropDown.podspec.json

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

‎Example/Pods/Manifest.lock

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

‎Example/Pods/Pods.xcodeproj/project.pbxproj

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

‎Example/Pods/Target Support Files/Pods-TPSDropDown_Example/Pods-TPSDropDown_Example-acknowledgements.plist

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

‎Example/Pods/Target Support Files/Pods-TPSDropDown_Example/Pods-TPSDropDown_Example.debug.xcconfig

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

‎Example/Pods/Target Support Files/Pods-TPSDropDown_Example/Pods-TPSDropDown_Example.release.xcconfig

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

‎Example/Pods/Target Support Files/Pods-TPSDropDown_Tests/Pods-TPSDropDown_Tests-acknowledgements.plist

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

‎Example/Pods/Target Support Files/Pods-TPSDropDown_Tests/Pods-TPSDropDown_Tests.debug.xcconfig

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

‎Example/Pods/Target Support Files/Pods-TPSDropDown_Tests/Pods-TPSDropDown_Tests.release.xcconfig

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

‎Example/Pods/Target Support Files/TPSDropDown/Info.plist

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

‎Example/Pods/Target Support Files/TPSDropDown/TPSDropDown-umbrella.h

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

‎Example/TPSDropDown.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348
);
349349
runOnlyForDeploymentPostprocessing = 0;
350350
shellPath = /bin/sh;
351-
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
351+
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
352352
showEnvVarsInLog = 0;
353353
};
354354
431C6A39101F51F75A3D5B12 /* [CP] Copy Pods Resources */ = {
@@ -393,7 +393,7 @@
393393
);
394394
runOnlyForDeploymentPostprocessing = 0;
395395
shellPath = /bin/sh;
396-
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
396+
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
397397
showEnvVarsInLog = 0;
398398
};
399399
DE0D6C23A1971CF0655B5CE1 /* [CP] Embed Pods Frameworks */ = {

‎TPSDropDown.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'TPSDropDown'
11-
s.version = '0.3.2'
11+
s.version = '0.4.0'
1212
s.summary = 'Tipsi app dropdown element'
1313

1414
s.description = <<-DESC

0 commit comments

Comments
 (0)
This repository has been archived.