@@ -25,11 +25,11 @@ Pod::Spec.new do |s|
2525 # * Write the description between the DESC delimiters below.
2626 # * Finally, don't worry about the indent, CocoaPods strips it!
2727 s . description = <<-DESC
28- Used to Implement Free Hand Drawing on MapBox Map View(MGLMapView).
28+ Used to Implement Free Hand Drawing on MapBox Map View(MGLMapView) for iOS Written in Swift .
2929 DESC
3030
3131 s . homepage = "https://github.com/saru2020/SARMapBoxDrawView"
32- s . screenshots = "https://github. com/saru2020/SARMapBoxDrawView/blob/ master/SARMapBoxDrawView.png " , "https://github. com/saru2020/SARMapBoxDrawView/blob/ master/SARMapBoxDrawView.gif "
32+ s . screenshots = "https://raw.githubusercontent. com/saru2020/SARMapBoxDrawView/master/SARMapBoxDrawView.gif " , "https://raw.githubusercontent. com/saru2020/SARMapBoxDrawView/master/SARMapBoxDrawView.png "
3333
3434
3535 # ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
@@ -39,7 +39,7 @@ Used to Implement Free Hand Drawing on MapBox Map View(MGLMapView).
3939 # Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'.
4040 #
4141
42- s . license = "MIT (example) "
42+ s . license = "MIT"
4343 # s.license = { :type => "MIT", :file => "FILE_LICENSE" }
4444
4545
@@ -64,8 +64,8 @@ Used to Implement Free Hand Drawing on MapBox Map View(MGLMapView).
6464 # the deployment target. You can optionally include the target after the platform.
6565 #
6666
67- # s.platform = :ios
68- # s.platform = :ios, "9.0"
67+ s . platform = :ios
68+ s . platform = :ios , "9.0"
6969
7070 # When using multiple platforms
7171 # s.ios.deployment_target = "5.0"
0 commit comments