Skip to content

Commit 3d8f3cc

Browse files
author
Yuuki Nishiyama
committed
Fix a release URL issue
1 parent 0ebe2f1 commit 3d8f3cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

com.awareframework.ios.sensor.device.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'com.awareframework.ios.sensor.device'
11-
s.version = '0.1.1'
11+
s.version = '0.1.2'
1212
s.summary = 'A short description of com.awareframework.ios.sensor.device.'
1313

1414
# This description is used to generate tags and improve search results.
@@ -25,7 +25,7 @@ TODO: Add long description of the pod here.
2525
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
2626
s.license = { :type => 'Apache2', :file => 'LICENSE' }
2727
s.author = { 'tetujin' => 'tetujin@ht.sfc.keio.ac.jp' }
28-
s.source = { :git => 'https://github.com/awareframework/com.com.awareframework.ios.sensor.device.git', :tag => s.version.to_s }
28+
s.source = { :git => 'https://github.com/awareframework/com.awareframework.ios.sensor.device.git', :tag => s.version.to_s }
2929
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3030

3131
s.ios.deployment_target = '10.0'

0 commit comments

Comments
 (0)