cocoapods-aomi-bin 0.1.19 → 0.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0416aa32911cd1105fb8cc785d16ef9255347324dbfc0d26999c4393fcbfb414
4
- data.tar.gz: 346112074ef84c99ef22c39d374d6cc83b658cd1981ef782f170ca43a78330ae
3
+ metadata.gz: b0ab50139a50285ba68913f933fc41b22f44d14a6121ca60262a0ff927b92d95
4
+ data.tar.gz: 45db5d44f8db5ced6c5fd7b3233f3b6c9fb63c7e10dffc58cec720b66ea8e98c
5
5
  SHA512:
6
- metadata.gz: 9374f154ead0d0a0ce600d9a8ce899f989f58556f0a6651687f63c3513874dec5fef798405ab6587606ba87b989442b57c0b67ee3f14fcfa698d7e05c183b280
7
- data.tar.gz: d82815aa70210dbfe3c6fdf3151fcd4be77b6b7c3340431cdb91e29e71729134b9ea3a9dff2fa1dbfa660cca13a522cba33d3d3726a052b26b5192ac04a8950f
6
+ metadata.gz: aeca9253e58a3e53e3678fa9b40d8a57a5090c4d3f9a226d51c7676d352a94a9de0dff05370f4733eacbb36bd87ba124b1db29d49efefa9294e482f7c6959b58
7
+ data.tar.gz: 2001007fa825622887c068d97b901a29d094523442a743471a939b7c807042400fb8361d77be41725559aee1261844ecb910408f4a92632c536763b20e7156d6
@@ -194,7 +194,7 @@ module Pod
194
194
  puts "@interface MLParamModel : NSObject"
195
195
  @data_json['req_query'].each do |h|
196
196
  puts "///#{h['desc']} #{h['example']}"
197
- puts "@property (nonatomic, copy) NSString *#{h['name']}"
197
+ puts "@property (nonatomic, copy) NSString *#{h['name']};"
198
198
  end
199
199
  puts "@end"
200
200
  puts "\n\n"
@@ -1,5 +1,5 @@
1
1
  module CBin
2
- VERSION = '0.1.19'
2
+ VERSION = '0.1.20'
3
3
  end
4
4
 
5
5
  module Pod
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-aomi-bin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.19
4
+ version: 0.1.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - lihaijian