File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 99Pod ::Spec . new do |s |
1010 s . name = 'SwiftStickerView'
1111 s . version = '0.1.0'
12- s . summary = 'SwiftStickerView for image/ view move rotate scretch.'
12+ s . summary = 'SwiftStickerView for view move rotate scretch.'
1313
1414# This description is used to generate tags and improve search results.
1515# * Think: What does it do? Why did you write it? What is the focus?
1616# * Try to keep it short, snappy and to the point.
1717# * Write the description between the DESC delimiters below.
1818# * Finally, don't worry about the indent, CocoaPods strips it!
1919
20- s . description = <<-DESC
21- TODO: Add long description of the pod here.
22- DESC
20+ s . description = "SwiftStickerView for view move rotate scretch. and you can view as ImageView,textView,TextLabel... like any kind of View"
2321
2422 s . homepage = 'https://github.com/native-mobile-app-developers/SwiftStickerView'
2523 # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
@@ -30,7 +28,7 @@ TODO: Add long description of the pod here.
3028
3129 s . ios . deployment_target = '8.0'
3230
33- s . source_files = 'SwiftStickerView/Classes/ **/*'
31+ s . source_files = 'Source/ **/*.swift '
3432 s . swift_version = '5.0'
3533 s . platforms = {
3634 "ios" :"13.0"
You can’t perform that action at this time.
0 commit comments