Skip to content

Commit

Permalink
Fix: a minor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tetujin committed Oct 20, 2021
1 parent d638686 commit e82335f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
use_frameworks!
platform :ios, '10.0'

target 'com.awareframework.ios.sensor.activityrecognition_Example' do
pod 'com.awareframework.ios.sensor.activityrecognition', :path => '../'

target 'com.awareframework.ios.sensor.activityrecognition_Tests' do
inherit! :search_paths


end
end
2 changes: 2 additions & 0 deletions com.awareframework.ios.sensor.activityrecognition.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/awareframework/com.awareframework.ios.sensor.activityrecognition.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.platform = :ios, '10.0'
s.ios.deployment_target = '10.0'


s.swift_version = '4.2'

Expand Down

0 comments on commit e82335f

Please sign in to comment.