lib/ios/module/templates/NAME.podspec in shellboxCLI-0.1.16 vs lib/ios/module/templates/NAME.podspec in shellboxCLI-0.2.0

- old
+ new

@@ -4,11 +4,11 @@ s.version = '0.1.0' s.summary = '${POD_NAME} Module' s.homepage = 'https://bitbucket.org/acelera' s.author = { '${USER_NAME}' => '${USER_EMAIL}' } s.source = { :git => 'https://bitbucket.org/acelera/${POD_NAME}', :tag => s.version.to_s } - s.platform = :ios, '13.0' + s.platform = :ios, '15.0' s.public_header_files = '${POD_NAME}/Resources/*.h' s.preserve_paths = '${POD_NAME}/Sources/**/*' s.source_files = '${POD_NAME}/Sources/**/*.{swift,h,m}', '${POD_NAME}/Resources/*.{strings,h}' @@ -26,6 +26,6 @@ # THIRTY PARTY ${FEATURE_TEST} -end \ No newline at end of file +end