File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
JSONHelper/Supporting Files Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'JSONHelper'
3
- s . version = '1.6.0 '
3
+ s . version = '1.6.1 '
4
4
s . license = { :type => 'zlib' , :file => 'LICENSE' }
5
5
s . summary = 'Lightning fast JSON deserialization and value conversion library for iOS & OS X written in Swift.'
6
6
7
7
s . homepage = 'https://github.com/isair/JSONHelper'
8
- s . author = { 'Baris Sencan' => 'barissncn @gmail.com' }
8
+ s . author = { 'Baris Sencan' => 'baris.sncn @gmail.com' }
9
9
s . social_media_url = 'https://twitter.com/IsairAndMorty'
10
10
11
11
s . ios . deployment_target = '8.0'
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 >1.6.0 </string >
18
+ <string >1.6.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >17 </string >
22
+ <string >18 </string >
23
23
<key >NSPrincipalClass </key >
24
24
<string ></string >
25
25
</dict >
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 >1.6.0 </string >
18
+ <string >1.6.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >17 </string >
22
+ <string >18 </string >
23
23
<key >NSPrincipalClass </key >
24
24
<string ></string >
25
25
</dict >
You can’t perform that action at this time.
0 commit comments