8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'EFStorage'
11
- s . version = '0.2 .0'
11
+ s . version = '0.3 .0'
12
12
s . summary = 'A Swifty storage solution.'
13
13
14
14
# This description is used to generate tags and improve search results.
@@ -17,24 +17,25 @@ Pod::Spec.new do |s|
17
17
# * Write the description between the DESC delimiters below.
18
18
# * Finally, don't worry about the indent, CocoaPods strips it!
19
19
20
- s . description = <<-DESC
20
+ s . description = <<-DESC
21
21
EFStorage is an easy way to store anything anywhere.
22
22
DESC
23
23
24
- s . homepage = 'https://github.com/EFPrefix/EFStorage'
24
+ s . homepage = 'https://github.com/EFPrefix/EFStorage'
25
25
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
26
- s . license = { :type => 'MIT' , :file => 'LICENSE' }
27
- s . author = { 'ApolloZhu' => 'public-apollonian@outlook.com' }
28
- s . source = { :git => 'https://github.com/EFPrefix/EFStorage.git' , :tag => s . version . to_s }
29
- s . social_media_url = 'https://twitter.com/zhuzhiyu_'
26
+ s . license = { :type => 'MIT' , :file => 'LICENSE' }
27
+ s . authors = { 'ApolloZhu' => 'public-apollonian@outlook.com' ,
28
+ 'EyreFree' => 'eyrefree@eyrefree.org' }
29
+ s . source = { :git => 'https://github.com/EFPrefix/EFStorage.git' , :tag => s . version . to_s }
30
+ s . social_media_url = 'https://twitter.com/zhuzhiyu_'
30
31
31
- s . ios . deployment_target = "8.0"
32
- s . osx . deployment_target = "10.9"
32
+ s . ios . deployment_target = "8.0"
33
+ s . osx . deployment_target = "10.9"
33
34
s . watchos . deployment_target = "2.0"
34
- s . tvos . deployment_target = "9.0"
35
+ s . tvos . deployment_target = "9.0"
35
36
36
- s . swift_version = "5.1"
37
- s . source_files = 'Sources/**/*.swift'
37
+ s . swift_version = "5.1"
38
+ s . source_files = 'Sources/**/*.swift'
38
39
s . osx . exclude_files = 'Sources/EFStorageYYCache'
39
40
40
41
s . frameworks = 'Foundation'
0 commit comments