diff --git a/SSCalendar/SSCalendar.xcodeproj/project.pbxproj b/SSCalendar/SSCalendar.xcodeproj/project.pbxproj index 396df7f..09f073d 100644 --- a/SSCalendar/SSCalendar.xcodeproj/project.pbxproj +++ b/SSCalendar/SSCalendar.xcodeproj/project.pbxproj @@ -224,7 +224,7 @@ attributes = { LastSwiftUpdateCheck = 1010; LastUpgradeCheck = 1010; - ORGANIZATIONNAME = "Ketan Chopda"; + ORGANIZATIONNAME = "Simform solution"; TargetAttributes = { 73FCF2B9227C4E30002625FD = { CreatedOnToolsVersion = 10.1; diff --git a/SSCalendar/SSCalendar/AppDelegate.swift b/SSCalendar/SSCalendar/AppDelegate.swift index d16f610..3e0db79 100644 --- a/SSCalendar/SSCalendar/AppDelegate.swift +++ b/SSCalendar/SSCalendar/AppDelegate.swift @@ -3,7 +3,7 @@ // SSCalendar // // Created by Ketan Chopda on 03/05/19. -// Copyright © 2019 Ketan Chopda. All rights reserved. +// Copyright © 2019 Simform solution. All rights reserved. // import UIKit diff --git a/SSCalendar/SSCalendar/Example/MainViewController.swift b/SSCalendar/SSCalendar/Example/MainViewController.swift index c554658..be74b6c 100644 --- a/SSCalendar/SSCalendar/Example/MainViewController.swift +++ b/SSCalendar/SSCalendar/Example/MainViewController.swift @@ -3,7 +3,7 @@ // CalendarControll // // Created by Ketan Chopda on 10/01/19. -// Copyright © 2019 Ketan Chopda. All rights reserved. +// Copyright © 2019 Simform solution. All rights reserved. // import UIKit diff --git a/SSCalendar/SSCalendar/SSCalendar/CalenderView/SSCalendarView.swift b/SSCalendar/SSCalendar/SSCalendar/CalenderView/SSCalendarView.swift index 8f6a509..d2a723c 100644 --- a/SSCalendar/SSCalendar/SSCalendar/CalenderView/SSCalendarView.swift +++ b/SSCalendar/SSCalendar/SSCalendar/CalenderView/SSCalendarView.swift @@ -3,7 +3,7 @@ // CalendarControll // // Created by Ketan Chopda on 11/01/19. -// Copyright © 2019 Ketan Chopda. All rights reserved. +// Copyright © 2019 Simform solution. All rights reserved. // import UIKit diff --git a/SSCalendar/SSCalendar/SSCalendar/Constants/Constants.swift b/SSCalendar/SSCalendar/SSCalendar/Constants/Constants.swift index 216e496..dd2d121 100644 --- a/SSCalendar/SSCalendar/SSCalendar/Constants/Constants.swift +++ b/SSCalendar/SSCalendar/SSCalendar/Constants/Constants.swift @@ -3,7 +3,7 @@ // CalendarControll // // Created by Ketan Chopda on 10/01/19. -// Copyright © 2019 Ketan Chopda. All rights reserved. +// Copyright © 2019 Simform solution. All rights reserved. // import Foundation diff --git a/SSCalendar/SSCalendar/SSCalendar/DaysCell/EmptyDayCell/SSEmptyDayCell.swift b/SSCalendar/SSCalendar/SSCalendar/DaysCell/EmptyDayCell/SSEmptyDayCell.swift index a9a8bde..2a63696 100644 --- a/SSCalendar/SSCalendar/SSCalendar/DaysCell/EmptyDayCell/SSEmptyDayCell.swift +++ b/SSCalendar/SSCalendar/SSCalendar/DaysCell/EmptyDayCell/SSEmptyDayCell.swift @@ -3,7 +3,7 @@ // CalendarControll // // Created by Ketan Chopda on 10/01/19. -// Copyright © 2019 Ketan Chopda. All rights reserved. +// Copyright © 2019 Simform solution. All rights reserved. // import UIKit diff --git a/SSCalendar/SSCalendar/SSCalendar/DaysCell/SSDaysCell.swift b/SSCalendar/SSCalendar/SSCalendar/DaysCell/SSDaysCell.swift index bd6e5b1..ef7308e 100644 --- a/SSCalendar/SSCalendar/SSCalendar/DaysCell/SSDaysCell.swift +++ b/SSCalendar/SSCalendar/SSCalendar/DaysCell/SSDaysCell.swift @@ -3,7 +3,7 @@ // CalendarControll // // Created by Ketan Chopda on 10/01/19. -// Copyright © 2019 Ketan Chopda. All rights reserved. +// Copyright © 2019 Simform solution. All rights reserved. // import UIKit diff --git a/SSCalendar/SSCalendar/SSCalendar/Extensions & Helper/DateExtensions+Helper.swift b/SSCalendar/SSCalendar/SSCalendar/Extensions & Helper/DateExtensions+Helper.swift index fa5969a..1b6ed1d 100644 --- a/SSCalendar/SSCalendar/SSCalendar/Extensions & Helper/DateExtensions+Helper.swift +++ b/SSCalendar/SSCalendar/SSCalendar/Extensions & Helper/DateExtensions+Helper.swift @@ -3,7 +3,7 @@ // CalendarControll // // Created by Ketan Chopda on 11/01/19. -// Copyright © 2019 Ketan Chopda. All rights reserved. +// Copyright © 2019 Simform solution. All rights reserved. // import Foundation diff --git a/SSCalendar/SSCalendar/SSCalendar/Extensions & Helper/SSNibLoadable.swift b/SSCalendar/SSCalendar/SSCalendar/Extensions & Helper/SSNibLoadable.swift index 1504071..6c00834 100755 --- a/SSCalendar/SSCalendar/SSCalendar/Extensions & Helper/SSNibLoadable.swift +++ b/SSCalendar/SSCalendar/SSCalendar/Extensions & Helper/SSNibLoadable.swift @@ -3,7 +3,7 @@ // TransitionWithCell // // Created by Ketan Chopda on 01/01/19. -// Copyright © 2019 Ketan Chopda. All rights reserved. +// Copyright © 2019 Simform solution. All rights reserved. // import UIKit diff --git a/SSCalendar/SSCalendar/SSCalendar/Extensions & Helper/UIView+AutoLayout.swift b/SSCalendar/SSCalendar/SSCalendar/Extensions & Helper/UIView+AutoLayout.swift index 24d467e..c42d25b 100755 --- a/SSCalendar/SSCalendar/SSCalendar/Extensions & Helper/UIView+AutoLayout.swift +++ b/SSCalendar/SSCalendar/SSCalendar/Extensions & Helper/UIView+AutoLayout.swift @@ -3,7 +3,7 @@ // TransitionWithCell // // Created by Ketan Chopda on 01/01/19. -// Copyright © 2019 Ketan Chopda. All rights reserved. +// Copyright © 2019 Simform solution. All rights reserved. // import UIKit diff --git a/SSCalendar/SSCalendar/SSCalendar/Extensions & Helper/UIViewExtension.swift b/SSCalendar/SSCalendar/SSCalendar/Extensions & Helper/UIViewExtension.swift index 77b584a..a25e270 100644 --- a/SSCalendar/SSCalendar/SSCalendar/Extensions & Helper/UIViewExtension.swift +++ b/SSCalendar/SSCalendar/SSCalendar/Extensions & Helper/UIViewExtension.swift @@ -3,7 +3,7 @@ // CalendarControll // // Created by Ketan Chopda on 11/01/19. -// Copyright © 2019 Ketan Chopda. All rights reserved. +// Copyright © 2019 Simform solution. All rights reserved. // import UIKit diff --git a/SSCalendar/SSCalendar/SSCalendar/HeaderView/SSHeaderView.swift b/SSCalendar/SSCalendar/SSCalendar/HeaderView/SSHeaderView.swift index 61db920..aa1ae93 100644 --- a/SSCalendar/SSCalendar/SSCalendar/HeaderView/SSHeaderView.swift +++ b/SSCalendar/SSCalendar/SSCalendar/HeaderView/SSHeaderView.swift @@ -3,7 +3,7 @@ // CalendarControll // // Created by Ketan Chopda on 10/01/19. -// Copyright © 2019 Ketan Chopda. All rights reserved. +// Copyright © 2019 Simform solution. All rights reserved. // import UIKit diff --git a/SSCalendar/SSCalendar/SSCalendar/Models/Models.swift b/SSCalendar/SSCalendar/SSCalendar/Models/Models.swift index 96e19dd..62afbbd 100644 --- a/SSCalendar/SSCalendar/SSCalendar/Models/Models.swift +++ b/SSCalendar/SSCalendar/SSCalendar/Models/Models.swift @@ -3,7 +3,7 @@ // CalendarControll // // Created by Ketan Chopda on 10/01/19. -// Copyright © 2019 Ketan Chopda. All rights reserved. +// Copyright © 2019 Simform solution. All rights reserved. // import Foundation diff --git a/SSCalendar/SSCalendar/SSCalendar/MonthCell/SSMonthCell.swift b/SSCalendar/SSCalendar/SSCalendar/MonthCell/SSMonthCell.swift index 9256375..f589aca 100644 --- a/SSCalendar/SSCalendar/SSCalendar/MonthCell/SSMonthCell.swift +++ b/SSCalendar/SSCalendar/SSCalendar/MonthCell/SSMonthCell.swift @@ -3,7 +3,7 @@ // CalendarControll // // Created by Ketan Chopda on 10/01/19. -// Copyright © 2019 Ketan Chopda. All rights reserved. +// Copyright © 2019 Simform solution. All rights reserved. // import UIKit diff --git a/SSCalendarControl.podspec b/SSCalendarControl.podspec index f2f007f..d8b8fbf 100644 --- a/SSCalendarControl.podspec +++ b/SSCalendarControl.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |spec| # spec.name = "SSCalendarControl" - spec.version = "1.0.0" + spec.version = "1.0.1" spec.summary = "A simple and lightweight calendar control written in swift." # This description is used to generate tags and improve search results. @@ -35,7 +35,7 @@ Pod::Spec.new do |spec| # ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - spec.author = { "Ketan Chopda" => "Ketan.C@simformsolutions.com" } + spec.author = { "Ketan Chopda" => "reg@simform.in" } spec.platform = :ios spec.ios.deployment_target = "10.0"