File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Pod::Spec.new do |spec|
3737 # Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'.
3838 #
3939
40- spec . license = { :type => " MIT" , :file => "LICENSE.md" }
40+ spec . license = ' MIT'
4141
4242
4343 # ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
@@ -61,7 +61,7 @@ Pod::Spec.new do |spec|
6161
6262
6363 spec . platform = :ios , "9.0"
64-
64+ spec . swift_version = "4.2"
6565 # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
6666 #
6767 # Specify the location from where the source should be retrieved.
@@ -79,7 +79,7 @@ Pod::Spec.new do |spec|
7979 # Not including the public_header_files will make all headers public.
8080 #
8181
82- spec . source_files = "ATAlertController.swift"
82+ spec . source_files = "ATAlertController/ATAlertController .swift"
8383
8484
8585 # ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
You can’t perform that action at this time.
0 commit comments