cocoapods-playgrounds 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f2e5d3d15ca7b51b45357b3a5e9dbdb3de4075a2
4
- data.tar.gz: eca58b67f5db94f42ac6381b30cc26ae00ac2e4c
3
+ metadata.gz: 34010f260bc70f94440ac5592d05f41bd650133c
4
+ data.tar.gz: 4345f6d393a39345ab1abb920b9e4ac9a9d3e848
5
5
  SHA512:
6
- metadata.gz: ef3cf3090ffec3e3a830bea62f01a7a4c19f47c1cd8a667f8fa08dc756bac459afb92e9da155f106a86a8940f5060258c820a8e4f33e03c32838fdfff1f2701a
7
- data.tar.gz: 80f38e920f9a368b757c9c0df03351e420a57123e5e2bc86b1bfa857bcf34048b3c0df411fa95972aeb2c567276e3d4a8c96d89838ece3455a6571516b889049
6
+ metadata.gz: cb52a9c3ec099f8fe3e9643ef11e4b628fe9ffd3df8d3a5ece5bc594fd6e02d220e93e68d2ab8354733041bf30125f69c47d5e3beb2f0ad3768a6601bb16666f
7
+ data.tar.gz: cd6cbd804ceb86fa9ac9eb0342bd6bfea3085da2c91696ec0d5d4fd2dc1301ec2b8cd406a844668e04a3a3daca3a236f335e7dda71e43555e0186e22e9006470
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocoapods-playgrounds (0.0.1)
4
+ cocoapods-playgrounds (0.0.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # This Could Be Us But You Playing
2
2
 
3
+ ![](README_images/alamofire.png)
4
+
3
5
  Generates a Swift Playground for any Pod.
4
6
 
5
7
  ## Usage
Binary file
@@ -1,3 +1,3 @@
1
1
  module CocoapodsPlaygrounds
2
- VERSION = '0.0.1'.freeze
2
+ VERSION = '0.0.2'.freeze
3
3
  end
@@ -1,3 +1,6 @@
1
+ require 'fileutils'
2
+ require 'pathname'
3
+
1
4
  module Pod
2
5
  class PlaygroundGenerator
3
6
  TEMPLATE_DIR = Pathname.new('Library/Xcode/Templates/File Templates/Source/Playground with Platform Choice.xctemplate')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-playgrounds
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boris Bügling
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-10 00:00:00.000000000 Z
11
+ date: 2016-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,6 +52,7 @@ files:
52
52
  - Gemfile.lock
53
53
  - LICENSE.txt
54
54
  - README.md
55
+ - README_images/alamofire.png
55
56
  - Rakefile
56
57
  - bin/playground
57
58
  - cocoapods-playgrounds.gemspec