Skip to content

Commit 89d94c5

Browse files
Devin RothDevin Roth
Devin Roth
authored and
Devin Roth
committed
Update .podspec
1 parent 949e658 commit 89d94c5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Framework/iOS/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1.2</string>
18+
<string>1.1.3</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Framework/macOS/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1.2</string>
18+
<string>1.1.3</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SwiftOSC v1.1.1
1+
# SwiftOSC v1.1.3
22

33
[![Build Status](https://travis-ci.org/devinroth/SwiftOSC.svg)](https://travis-ci.org/devinroth/SwiftOSC)
44
[![Version](https://img.shields.io/cocoapods/v/SwiftOSC.svg?style=flat)](http://cocoapods.org/pods/SwiftOSC)

SwiftOSC.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftOSC'
3-
s.version = '1.1.2'
3+
s.version = '1.1.3'
44
s.summary = 'SwiftOSC is an Open Sound Control client and server framework written in Swift. '
55

66
s.description = <<-DESC
@@ -16,7 +16,7 @@ SwiftOSC is an Open Sound Control client and server framework written in Swift.
1616
s.macos.deployment_target = '10.10'
1717

1818
s.ios.source_files = "Framework/iOS/iOS}" , "Framework/iOS/**/*.{c,h,m,swift}", "Framework/SwiftOSC/**/*.{c,h,m,swift}"
19-
s.macos.source_files = "Framework/macOS/**/*.{c,h,m,swift}","Framework/macOS/**/*.{c,h,m,swift}", "Framework/SwiftOSC/**/*.{c,h,m,swift}"
19+
s.macos.source_files = "Framework/macOS/macOS","Framework/macOS/**/*.{c,h,m,swift}", "Framework/SwiftOSC/**/*.{c,h,m,swift}"
2020

2121

2222
end

0 commit comments

Comments
 (0)