Skip to content

Commit 5a369ca

Browse files
committed
description update
1 parent b16e10e commit 5a369ca

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

SwiftStickerView.podspec

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,15 @@
99
Pod::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"

0 commit comments

Comments
 (0)