We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b8bb9 commit 73e06c9Copy full SHA for 73e06c9
Bridgecraft.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'Bridgecraft'
3
- s.version = '0.0.2'
+ s.version = '0.0.3'
4
s.license = 'MIT'
5
s.summary = 'Generate Swift interface for ObjC bridging headers '
6
s.description = <<-DESC
Bridgecraft/Info.plist
@@ -17,9 +17,9 @@
17
<key>CFBundlePackageType</key>
18
<string>APPL</string>
19
<key>CFBundleShortVersionString</key>
20
- <string>0.0.2</string>
+ <string>0.0.3</string>
21
<key>CFBundleVersion</key>
22
- <string>2</string>
+ <string>3</string>
23
<key>LSMinimumSystemVersion</key>
24
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
25
<key>NSHumanReadableCopyright</key>
0 commit comments