Skip to content

Commit

Permalink
Pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
MMasterson committed May 17, 2017
1 parent 98f3d61 commit eef3d7e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Expecta (0.3.1)
- Specta (0.2.1)
- TUSKit (1.2.1)
- TUSKit (1.3.4)

DEPENDENCIES:
- Expecta
Expand All @@ -10,13 +10,13 @@ DEPENDENCIES:

EXTERNAL SOURCES:
TUSKit:
:path: "../"
:path: ../

SPEC CHECKSUMS:
Expecta: a354d4633409dd9fe8c4f5ff5130426adbe31628
Specta: 15a276a6343867b426d5ed135d5aa4d04123a573
TUSKit: 520b397978bd2d552120cca55ea90d3e3a167e22
TUSKit: 605fd16da938ce659e1dc0e68b2a3029f8a33e75

PODFILE CHECKSUM: 4fbaeb860281a790df78fb9bebdafbcc041d57de

COCOAPODS: 1.0.0
COCOAPODS: 1.2.1
4 changes: 2 additions & 2 deletions Example/TUSKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
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";
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/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";
showEnvVarsInLog = 0;
};
96B0561881FD5CD66E610BE1 /* [CP] Embed Pods Frameworks */ = {
Expand Down Expand Up @@ -386,7 +386,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
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";
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/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";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down
5 changes: 3 additions & 2 deletions TUSKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TUSKit"
s.version = "1.3.3"
s.version = "1.3.4"
s.summary = "An iOS implementation of the tus resumable video upload protocol."
s.description = <<-DESC
An iOS implementation of the tus resumable video upload protocol.
Expand All @@ -11,7 +11,8 @@ Pod::Spec.new do |s|
s.author = { "Michael Avila" => "[email protected]","Mark Robert Masterson" => "[email protected]", "Mark Robert Masterson" => "[email protected]" }
s.source = { :git => "https://github.com/tus/tus-ios-client.git", :tag => s.version.to_s }

s.platform = :ios, '8.0'
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
s.requires_arc = true

s.source_files = 'Pod/Classes/**/*'
Expand Down

0 comments on commit eef3d7e

Please sign in to comment.