iOS bundle

This commit is contained in:
pengfei.zhou
2019-08-14 14:13:08 +08:00
parent b2057a088c
commit a8e93648b0
9 changed files with 18 additions and 10 deletions

View File

@@ -31,11 +31,10 @@ TODO: Add long description of the pod here.
s.ios.deployment_target = '8.0'
s.source_files = 'Pod/Classes/**/*'
#s.resource = "../js-framework/bundle/*.js"
s.resource = "Pod/Assets/**/*"
# s.resource_bundles = {
# 'Doric' => ['Doric/Assets/*.png']
# }
s.resource = "Pod/Assets/*.js"
s.resource_bundles = {
'Doric' => ['Pod/Assets/**/*']
}
s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'