cocoapods-thumbs 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: be1911e684ecd560aa333fb0088a7ba60e9bf0f9
4
- data.tar.gz: f880f0ccd9565cf314544d3f907eabe5217dd011
3
+ metadata.gz: b2841bdb73d220e09ac2ae78022dc2744e6e2453
4
+ data.tar.gz: b98a2333dcb59c6951d55dec4189c9ed534bab03
5
5
  SHA512:
6
- metadata.gz: 06413867596a6e8902352912a99e41f08f9e738bef3dfb7b4809ca20997962daf498fceb8d101ec34aef0391314bfb24ac1902e18db37f35282643ac6cbcecb3
7
- data.tar.gz: e23f58d0431ef6b78bc217f532a08296f3b419036ca005b2901cccc949052be85a96a4e3eb22ad0c9b5c27cbcc62cb0111d95df64d03c1da5c616a49b9330ae0
6
+ metadata.gz: 9d195a8a17f50d158136faa1041c16d3dda98bbbe6476d8c434e4cc4e5d1453aacfd62acb700e86a4dde762116bc27d5949e3b594ff7f8887ede8d7c582ab5f6
7
+ data.tar.gz: 377a7fd2d666a9577905d84b72ee0168c21df87e8b6412dc06cfed4cad370a00d91f59c2b1e8bf2f8552e48d8a4da25be7a78acbd9111b5be85da9316e796863
data/README.md CHANGED
@@ -24,6 +24,10 @@ While more elaborate servers providing means for users to vote with a UI can be
24
24
  Set the server URL by calling:
25
25
 
26
26
  $ pod thumbs server URL
27
+
28
+ example:
29
+
30
+ $ pod thumbs server https://raw.githubusercontent.com/quadion/thumbs/master/list.json
27
31
 
28
32
  ### Checking a full Podfile
29
33
 
@@ -37,8 +41,14 @@ To check a single Podspec run:
37
41
 
38
42
  $ pod thumbs NAME REQUIREMENT
39
43
 
40
- Where VERSION is a version requirement with the same supported syntax as in a Podfile.
44
+ Where `REQUIREMENT` is a version requirement with the same supported syntax as in a Podfile.
41
45
 
42
46
  By default, this will use a platform os iOS 8.3. If you want to override the platform and version you can add:
43
47
 
44
48
  $ pod thumbs NAME REQUIREMENT --platform=osx --version=10.10
49
+
50
+ Examples:
51
+
52
+ $ pod thumbs AFNetworking
53
+ $ pod thumbs AFNetworking '~> 2.5'
54
+ $ pod thumbs AFNetworking --platform=ios --version=8.3
@@ -1,3 +1,3 @@
1
1
  module CocoapodsThumbs
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-thumbs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pablo Bendersky