File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "AsyncSwift"
3
- s . version = "2.0.1 "
3
+ s . version = "2.0.2 "
4
4
s . summary = "Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch"
5
5
s . homepage = "https://github.com/duemunk/Async"
6
6
s . license = { :type => "MIT" }
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
10
s . ios . deployment_target = "8.0"
11
11
s . tvos . deployment_target = "9.0"
12
12
s . watchos . deployment_target = "3.0"
13
- s . source = { :git => "https://github.com/duemunk/Async.git" , :tag => "2.0.1 " }
13
+ s . source = { :git => "https://github.com/duemunk/Async.git" , :tag => "2.0.2 " }
14
14
s . source_files = "Sources/*.swift"
15
15
s . requires_arc = true
16
16
s . module_name = 'Async'
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.0.1 </string >
18
+ <string >2.0.2 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments