Skip to content

Commit 0af792f

Browse files
authored
Merge branch '0.5.0' into custom_options
2 parents 3043ef2 + e2b96c4 commit 0af792f

File tree

18 files changed

+814
-14
lines changed

18 files changed

+814
-14
lines changed

cocoapods-binary.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
1313
spec.homepage = 'https://github.com/leavez/cocoapods-binary'
1414
spec.license = 'MIT'
1515

16-
spec.files = `git ls-files`.split($/).reject{|f| f.start_with? "test/"}
16+
spec.files = `git ls-files`.split($/).reject{|f| f.start_with?("test/") || f.start_with?('demo/')}
1717
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
1818
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
1919
spec.require_paths = ['lib']

demo/.bundle/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
BUNDLE_PATH: "./.bundler_cache"

demo/.gitignore

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
2+
# Created by https://www.gitignore.io/api/xcode,cocoapods
3+
# Edit at https://www.gitignore.io/?templates=xcode,cocoapods
4+
5+
### CocoaPods ###
6+
## CocoaPods GitIgnore Template
7+
8+
# CocoaPods - Only use to conserve bandwidth / Save time on Pushing
9+
# - Also handy if you have a large number of dependant pods
10+
# - AS PER https://guides.cocoapods.org/using/using-cocoapods.html NEVER IGNORE THE LOCK FILE
11+
Pods/
12+
13+
### Xcode ###
14+
# Xcode
15+
#
16+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
17+
18+
## User settings
19+
xcuserdata/
20+
21+
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
22+
*.xcscmblueprint
23+
*.xccheckout
24+
25+
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
26+
build/
27+
DerivedData/
28+
*.moved-aside
29+
*.pbxuser
30+
!default.pbxuser
31+
*.mode1v3
32+
!default.mode1v3
33+
*.mode2v3
34+
!default.mode2v3
35+
*.perspectivev3
36+
!default.perspectivev3
37+
38+
### Xcode Patch ###
39+
*.xcodeproj/*
40+
!*.xcodeproj/project.pbxproj
41+
!*.xcodeproj/xcshareddata/
42+
!*.xcworkspace/contents.xcworkspacedata
43+
/*.gcno
44+
**/xcshareddata/WorkspaceSettings.xcsettings
45+
46+
# End of https://www.gitignore.io/api/xcode,cocoapods
47+
48+
49+
# the bundler local cache
50+
.bundler_cache/

demo/Gemfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
# frozen_string_literal: true
3+
source "https://rubygems.org"
4+
5+
gem 'cocoapods', '1.6.1'
6+
gem 'cocoapods-binary', :path => "../"
7+

demo/Gemfile.lock

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
PATH
2+
remote: ..
3+
specs:
4+
cocoapods-binary (0.4.3)
5+
cocoapods (>= 1.5.0, < 2.0)
6+
fourflusher (~> 2.0)
7+
8+
GEM
9+
remote: https://rubygems.org/
10+
specs:
11+
CFPropertyList (3.0.0)
12+
activesupport (4.2.11.1)
13+
i18n (~> 0.7)
14+
minitest (~> 5.1)
15+
thread_safe (~> 0.3, >= 0.3.4)
16+
tzinfo (~> 1.1)
17+
atomos (0.1.3)
18+
claide (1.0.2)
19+
cocoapods (1.6.1)
20+
activesupport (>= 4.0.2, < 5)
21+
claide (>= 1.0.2, < 2.0)
22+
cocoapods-core (= 1.6.1)
23+
cocoapods-deintegrate (>= 1.0.2, < 2.0)
24+
cocoapods-downloader (>= 1.2.2, < 2.0)
25+
cocoapods-plugins (>= 1.0.0, < 2.0)
26+
cocoapods-search (>= 1.0.0, < 2.0)
27+
cocoapods-stats (>= 1.0.0, < 2.0)
28+
cocoapods-trunk (>= 1.3.1, < 2.0)
29+
cocoapods-try (>= 1.1.0, < 2.0)
30+
colored2 (~> 3.1)
31+
escape (~> 0.0.4)
32+
fourflusher (>= 2.2.0, < 3.0)
33+
gh_inspector (~> 1.0)
34+
molinillo (~> 0.6.6)
35+
nap (~> 1.0)
36+
ruby-macho (~> 1.4)
37+
xcodeproj (>= 1.8.1, < 2.0)
38+
cocoapods-core (1.6.1)
39+
activesupport (>= 4.0.2, < 6)
40+
fuzzy_match (~> 2.0.4)
41+
nap (~> 1.0)
42+
cocoapods-deintegrate (1.0.4)
43+
cocoapods-downloader (1.2.2)
44+
cocoapods-plugins (1.0.0)
45+
nap
46+
cocoapods-search (1.0.0)
47+
cocoapods-stats (1.1.0)
48+
cocoapods-trunk (1.3.1)
49+
nap (>= 0.8, < 2.0)
50+
netrc (~> 0.11)
51+
cocoapods-try (1.1.0)
52+
colored2 (3.1.2)
53+
concurrent-ruby (1.1.5)
54+
escape (0.0.4)
55+
fourflusher (2.2.0)
56+
fuzzy_match (2.0.4)
57+
gh_inspector (1.1.3)
58+
i18n (0.9.5)
59+
concurrent-ruby (~> 1.0)
60+
minitest (5.11.3)
61+
molinillo (0.6.6)
62+
nanaimo (0.2.6)
63+
nap (1.1.0)
64+
netrc (0.11.0)
65+
ruby-macho (1.4.0)
66+
thread_safe (0.3.6)
67+
tzinfo (1.2.5)
68+
thread_safe (~> 0.1)
69+
xcodeproj (1.8.2)
70+
CFPropertyList (>= 2.3.3, < 4.0)
71+
atomos (~> 0.1.3)
72+
claide (>= 1.0.2, < 2.0)
73+
colored2 (~> 3.1)
74+
nanaimo (~> 0.2.6)
75+
76+
PLATFORMS
77+
ruby
78+
79+
DEPENDENCIES
80+
cocoapods (= 1.6.1)
81+
cocoapods-binary!
82+
83+
BUNDLED WITH
84+
2.0.1

demo/Podfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
platform :ios, '9.0'
2+
plugin 'cocoapods-binary'
3+
4+
use_frameworks!
5+
all_binary!
6+
7+
8+
target 'demo' do
9+
10+
pod 'Masonry'
11+
12+
end

demo/Podfile.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
PODS:
2+
- Masonry (1.1.0)
3+
4+
DEPENDENCIES:
5+
- Masonry
6+
7+
SPEC REPOS:
8+
https://github.com/cocoapods/specs.git:
9+
- Masonry
10+
11+
SPEC CHECKSUMS:
12+
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
13+
14+
PODFILE CHECKSUM: 5daab9dbab4736d6a1b3df2ffa8d856285c16553
15+
16+
COCOAPODS: 1.6.1

0 commit comments

Comments
 (0)