cocoapods 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,90 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cocoapods
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 0
8
+ - 1
9
+ version: 0.0.1
10
+ platform: ruby
11
+ authors:
12
+ - Eloy Duran
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2011-09-17 00:00:00 +02:00
18
+ default_executable:
19
+ dependencies: []
20
+
21
+ description:
22
+ email: eloy.de.enige@gmail.com
23
+ executables:
24
+ - pod
25
+ extensions: []
26
+
27
+ extra_rdoc_files: []
28
+
29
+ files:
30
+ - lib/cocoapods/command/install.rb
31
+ - lib/cocoapods/command/repo.rb
32
+ - lib/cocoapods/command/setup.rb
33
+ - lib/cocoapods/command/spec.rb
34
+ - lib/cocoapods/command.rb
35
+ - lib/cocoapods/config.rb
36
+ - lib/cocoapods/dependency.rb
37
+ - lib/cocoapods/downloader.rb
38
+ - lib/cocoapods/executable.rb
39
+ - lib/cocoapods/installer.rb
40
+ - lib/cocoapods/resolver.rb
41
+ - lib/cocoapods/source.rb
42
+ - lib/cocoapods/specification/set.rb
43
+ - lib/cocoapods/specification.rb
44
+ - lib/cocoapods/version.rb
45
+ - lib/cocoapods/xcode/config.rb
46
+ - lib/cocoapods/xcode/project.rb
47
+ - lib/cocoapods.rb
48
+ - xcode-project-templates/cocoa-touch-static-library/Pods-Prefix.pch
49
+ - xcode-project-templates/cocoa-touch-static-library/Pods.xcconfig
50
+ - xcode-project-templates/cocoa-touch-static-library/Pods.xcodeproj/project.pbxproj
51
+ - bin/pod
52
+ - README.md
53
+ - LICENSE
54
+ has_rdoc: true
55
+ homepage: https://github.com/alloy/cocoapods
56
+ licenses:
57
+ - MIT
58
+ post_install_message: |+
59
+ To speed up load time of cocoapods consider compiling the Ruby source files:
60
+
61
+ $ sudo macgem install rubygems-compile
62
+ $ sudo macgem compile cocoapods
63
+
64
+ rdoc_options: []
65
+
66
+ require_paths:
67
+ - lib
68
+ required_ruby_version: !ruby/object:Gem::Requirement
69
+ requirements:
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ segments:
73
+ - 0
74
+ version: "0"
75
+ required_rubygems_version: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ segments:
80
+ - 0
81
+ version: "0"
82
+ requirements: []
83
+
84
+ rubyforge_project:
85
+ rubygems_version: 1.3.6
86
+ signing_key:
87
+ specification_version: 3
88
+ summary: A simple Objective-C library package manager. (Requires MacRuby.)
89
+ test_files: []
90
+