Skip to content

Commit 64fc636

Browse files
committed
pod spec changes and 1.0 release.
1 parent ce54809 commit 64fc636

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ATAlertController.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

0 commit comments

Comments
 (0)