Skip to content

Commit

Permalink
Merge pull request #1 from doric-pub/feature/master_changeSupportArms_wp
Browse files Browse the repository at this point in the history
fix:specify supported arms
  • Loading branch information
jingpeng authored Dec 26, 2019
2 parents e272e1e + 905d57b commit 855bd2d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion DoricMedia.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,17 @@ A powerful media framework & library built for doric.
s.source = { :git => 'https://github.com/doric-pub/doriclib-media.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '10.0'

s.source_files = 'iOS/DoricMedia/Classes/**/*'

# s.resource_bundles = {
# 'DoricMedia' => ['DoricMedia/Assets/*.png']
# }
valid_archs = ['armv7s','arm64','x86_64']
s.xcconfig = {
'VALID_ARCHS' => valid_archs.join(' '),
}

s.public_header_files = 'iOS/DoricMedia/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
Expand Down

0 comments on commit 855bd2d

Please sign in to comment.