iOS module config

This commit is contained in:
pengfei.zhou
2019-07-26 18:15:51 +08:00
parent f0b003cb66
commit bc1c283b47
12 changed files with 242 additions and 99 deletions

View File

@@ -19,6 +19,6 @@
"ios": "8.0"
},
"source_files": "Pod/Classes/**/*",
"resources": "Pod/Assets/*.js",
"resources": "Pod/Assets/**/*",
"public_header_files": "Pod/Classes/**/*.h"
}