Skip to content

Commit 14e55d0

Browse files
committed
CocoaPods: update pod spec.
1 parent 08220bd commit 14e55d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ install:
1010
script:
1111
- swift build
1212
- swift test
13-
#- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pod repo update --silent; pod lib lint --allow-warnings; fi
13+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pod repo update --silent; pod lib lint --allow-warnings; fi

FileSmith.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'FileSmith'
3-
s.version = '0.1.5'
3+
s.version = '0.2.0'
44
s.summary = 'A strongly typed Swift library for working with local files and directories.'
55
s.description = 'FileSmith differentiates between file paths and directory paths, and between paths and actual files and directories, because the programmer knows which are which and when the compiler knows it too it can be much more helpful.'
66
s.homepage = 'https://github.com/kareman/FileSmith'
77
s.license = { type: 'MIT', file: 'LICENSE' }
88
s.author = { 'Kare Morstol' => 'kare@nottoobadsoftware.com' }
99
s.source = { git: 'https://github.com/kareman/FileSmith.git', tag: s.version.to_s }
10-
s.source_files = 'Sources/*.swift'
10+
s.source_files = 'Sources/FileSmith/*.swift'
1111
s.osx.deployment_target = '10.10'
1212
s.ios.deployment_target = '9.0'
13-
s.dependency 'SwiftShell', '= 3.0.0'
13+
s.dependency 'SwiftShell', '~> 4.1'
1414
end

0 commit comments

Comments
 (0)