Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/CocoaPods/Core
The models used within the CocoaPods gem
https://github.com/CocoaPods/Core
Add Pod::File which is a subclass of Pod::Specification, but meant for a Podfile.
9c28d4cf96d5b66f07f30e2df8fdeaf27ba5656b authored over 13 years ago
9c28d4cf96d5b66f07f30e2df8fdeaf27ba5656b authored over 13 years ago
Check if dependencies match the platform specified in the Podfile.
d45275ee7d3f7a65e931ef6b0f8a7ae02f4e875c authored over 13 years ago
d45275ee7d3f7a65e931ef6b0f8a7ae02f4e875c authored over 13 years ago
Add Specification#platform.
7ce9ea05cf7ce8bd120f6529170d09223dd2d9f6 authored over 13 years ago
7ce9ea05cf7ce8bd120f6529170d09223dd2d9f6 authored over 13 years ago
Update .gitignore
83cf6409a406b71239821ed882d151a85fae3259 authored over 13 years ago
83cf6409a406b71239821ed882d151a85fae3259 authored over 13 years ago
Import an Xcode template project for an OSX static library.
c0c0ff9de511a3a1fd6fca302fa0a29d7b2786b7 authored over 13 years ago
c0c0ff9de511a3a1fd6fca302fa0a29d7b2786b7 authored over 13 years ago
Small fix.
6246d7e07d05d9356ae571509aef556eaab9caa6 authored over 13 years ago
6246d7e07d05d9356ae571509aef556eaab9caa6 authored over 13 years ago
Make the installer work with the refactored Xcode::Project.
55090ebaba96fd82260410c9dc2293a735f271af authored over 13 years ago
55090ebaba96fd82260410c9dc2293a735f271af authored over 13 years ago
Refactor Pod::Xcode::Project to use actual objects instead of raw hashes.
cf5129e454534dae224e9648d409117c00f69157 authored over 13 years ago
cf5129e454534dae224e9648d409117c00f69157 authored over 13 years ago
Add Specification#clean_paths to specify paths to remove after downloading.
For example, a library could have documentation, tests, example files, or other files
which are ...
Release 0.0.8
a329f0e188dfddd4c0d445ef171cdff442dd396a authored over 13 years ago
a329f0e188dfddd4c0d445ef171cdff442dd396a authored over 13 years ago
Merge pull request #20 from kommen/master
Add per podspec compiler flags support and Specification#requires_arc shortcut
6c17c8bacec573a57366a3358ded9a72778b0b07 authored over 13 years ago
Add Specification#requires_arc shortcut to add -fobj-arc compiler flag.
7fdc1cf85e03efcf1a41bb8fa80cf8f743deae9f authored over 13 years ago
7fdc1cf85e03efcf1a41bb8fa80cf8f743deae9f authored over 13 years ago
Add support to allow pod specific compiler flags.
076d0eee1b1727cf1c9bd387aa0c3b2bd4b4f299 authored over 13 years ago
076d0eee1b1727cf1c9bd387aa0c3b2bd4b4f299 authored over 13 years ago
Bump version to 0.0.7
64bcf6c6e2c234e8f1bfa267fc0e4792d6f328f9 authored over 13 years ago
64bcf6c6e2c234e8f1bfa267fc0e4792d6f328f9 authored over 13 years ago
Fix last merge :(
352f9a073a7a14c4f3d06f5ab746b60df510216b authored over 13 years ago
352f9a073a7a14c4f3d06f5ab746b60df510216b authored over 13 years ago
Only add $(BUILT_PRODUCTS_DIR)/Pods and $(BUILT_PRODUCTS_DIR)/Pods/PodName to the search paths.
adbed84c20901d8a46c494d4aec81f63a7a2a354 authored over 13 years ago
adbed84c20901d8a46c494d4aec81f63a7a2a354 authored over 13 years ago
By default use the same header dir for pod that are part of another pod. This can be changed by specifiying a custom `header_dir`. Closes #14.
7ae4ab81b55b9297928d69398c2dea29afaef3d4 authored over 13 years ago
7ae4ab81b55b9297928d69398c2dea29afaef3d4 authored over 13 years ago
Copy headers to the pod's header dir $(BUILT_PRODUCTS_DIR)/Pods/PodName by default, but allow for customization by overriding copy_header_mapping(s).
21c5ecc603ce13161833fbd1160faf9fe2e26aa2 authored over 13 years ago
21c5ecc603ce13161833fbd1160faf9fe2e26aa2 authored over 13 years ago
Some minor code cleanup based on alloy's feedback
7ceac024d9c0cbc8d2cda44c53a69206d796c1f2 authored over 13 years ago
7ceac024d9c0cbc8d2cda44c53a69206d796c1f2 authored over 13 years ago
In progress work to close Issue 14, the directory structure is now preserved for headers being copied in, need to update specs to match
9fb6e2bca80678e9342642ea78f6d436c77cd255 authored over 13 years ago
9fb6e2bca80678e9342642ea78f6d436c77cd255 authored over 13 years ago
Small cleanup based on suggestion
c1979ad7cb550cd1a55bda57d32611da2d8ccc9e authored over 13 years ago
c1979ad7cb550cd1a55bda57d32611da2d8ccc9e authored over 13 years ago
Minor refactoring
6179cfcff011cac4e3144b71873e2455b2168c38 authored over 13 years ago
6179cfcff011cac4e3144b71873e2455b2168c38 authored over 13 years ago
Allow for framework style imports and adjust the sample to match
71340e40100ef9f6e6833ed43569e2d9e72709f6 authored over 13 years ago
71340e40100ef9f6e6833ed43569e2d9e72709f6 authored over 13 years ago
Fixing typo in user search paths
50029f0d46ba4260e8f58d1d5a2956f531be58a4 authored over 13 years ago
50029f0d46ba4260e8f58d1d5a2956f531be58a4 authored over 13 years ago
Add each project to the header search paths. This will allow for both styles of includes. Need to figure out about maintaing directory structure though
84cdf19e4d28989b525e2a1c5002b69dda376202 authored over 13 years ago
84cdf19e4d28989b525e2a1c5002b69dda376202 authored over 13 years ago
Merge pull request #19 from floere/master
Fixes a small typo in search result text.
60263bdc04d60012b7b4853bd7fabb0a0d4ebae9 authored over 13 years ago
Fix search result text
"whose" would be correct if pods were persons. I changed it such that it uses "with",
as in "Una...
Add specs for adding individual pods to groups in the Xcode project.
5cc0d1e3e40a82a335f0db0ab6dd3a8f46a1813f authored over 13 years ago
5cc0d1e3e40a82a335f0db0ab6dd3a8f46a1813f authored over 13 years ago
Merge remote branch 'origin/dependency-groups'
a6b2bb7c99dda89df10daa06eaa06a1319ea8be6 authored over 13 years ago
a6b2bb7c99dda89df10daa06eaa06a1319ea8be6 authored over 13 years ago
Place dependencies into their own project groups
b4e2a4569d9b3789f2ea6324dc753874063086ca authored over 13 years ago
b4e2a4569d9b3789f2ea6324dc753874063086ca authored over 13 years ago
Fix README markup.
22e33ff0f3f077cb5cad9f857d7cd5553287b533 authored over 13 years ago
22e33ff0f3f077cb5cad9f857d7cd5553287b533 authored over 13 years ago
Small fix to the spec stub created with `pod spec create`
071e7eb7c427dc2c05b65e86229776fea9749621 authored over 13 years ago
071e7eb7c427dc2c05b65e86229776fea9749621 authored over 13 years ago
Ignore dotfiles in a spec set directory.
25fa9e1754efc19ac6d0023d0537ece895f54d1d authored over 13 years ago
25fa9e1754efc19ac6d0023d0537ece895f54d1d authored over 13 years ago
Add headers to the PBXCopyFilesBuildPhase instead of the PBXHeadersBuildPhase to work around an Xcode bug. Closes #13.
9fa2143b4759e697b840f9609dd28aaa77063a42 authored over 13 years ago
9fa2143b4759e697b840f9609dd28aaa77063a42 authored over 13 years ago
Adding a new copy public headers phase to work around an xcode bug when archiving.
2246230501b157a7dcb33c8e2c096bd8cb25c32d authored over 13 years ago
2246230501b157a7dcb33c8e2c096bd8cb25c32d authored over 13 years ago
Bump to 0.0.6
0256d361bfabf80ee06274b31e393096a666c1d6 authored over 13 years ago
0256d361bfabf80ee06274b31e393096a666c1d6 authored over 13 years ago
Use real Ruby accessor writer and reader methods.
e029fc57a08a468d1997411d74c100024e80ad49 authored over 13 years ago
e029fc57a08a468d1997411d74c100024e80ad49 authored over 13 years ago
Fix markup.
08ca2b5f355eb706ba97f24865b6ff60a7702c27 authored over 13 years ago
08ca2b5f355eb706ba97f24865b6ff60a7702c27 authored over 13 years ago
Bit of README fine-tuning.
1b83a83871eb8a13be341a22a097421f1a251a29 authored over 13 years ago
1b83a83871eb8a13be341a22a097421f1a251a29 authored over 13 years ago
Add a few rake tasks to run the specs.
60565493c0d204254a963d730519a4f5ddb3867c authored over 13 years ago
60565493c0d204254a963d730519a4f5ddb3867c authored over 13 years ago
Update README to point to the MacRuby installer pkg and a link to a wiki page with instructions for developing on CocoaPods.
ab7f4c1ea2bd8bb23a2970ad7ea58a2148094c71 authored over 13 years ago
ab7f4c1ea2bd8bb23a2970ad7ea58a2148094c71 authored over 13 years ago
Support the setting of file-specific compiler flags when adding source files to the project.
We'll need this to support #8.
e2acdb3d0e49125b7fac0a12079b5fd294e0076b authored over 13 years ago
Update README a bit more.
f904c2c65c136c49aba26d165be1449e4acf175b authored over 13 years ago
f904c2c65c136c49aba26d165be1449e4acf175b authored over 13 years ago
Bump to 0.0.5
69bcc6813ae629bb5a7c15a8abdcab721ba0c17b authored over 13 years ago
69bcc6813ae629bb5a7c15a8abdcab721ba0c17b authored over 13 years ago
Make sure to add the actual location of the headers to the search path.
It is beyond me how some Xcode configurations have ever been able to build
without this. Gotta l...
Play a bit with standalone compilation.
c60180f36729ce72c2aa6fcc60ea3279a67ff86c authored over 13 years ago
c60180f36729ce72c2aa6fcc60ea3279a67ff86c authored over 13 years ago
Bump to 0.0.4
b637d0e3254b4567283e4ea49653ed6ea59a23b5 authored over 13 years ago
b637d0e3254b4567283e4ea49653ed6ea59a23b5 authored over 13 years ago
Add shortcuts to the spec for frameworks and libraries. Closes #5.
db9df0e756fa6af801bd6a30f9e254a8cda22316 authored over 13 years ago
db9df0e756fa6af801bd6a30f9e254a8cda22316 authored over 13 years ago
Change template to use LLVM Compiler 2.1
12afa1ef126efe376953a048b15878ea5ad6e33a authored over 13 years ago
12afa1ef126efe376953a048b15878ea5ad6e33a authored over 13 years ago
Cleanup a bit. Not doing the `spec push` command for now.
87d5f13faed82b532db6cfa09298acda08dbeb36 authored over 13 years ago
87d5f13faed82b532db6cfa09298acda08dbeb36 authored over 13 years ago
Validate that a spec has the minimum required attributes. Testing if it compiles is for later.
0d4d1ec0e93d00ef6fe42fd200fb95df00b33f01 authored over 13 years ago
0d4d1ec0e93d00ef6fe42fd200fb95df00b33f01 authored over 13 years ago
Add a `spec create NAME` command which creates a stub file.
f11bb65866a3c1d6717e63980bf692640e67d297 authored over 13 years ago
f11bb65866a3c1d6717e63980bf692640e67d297 authored over 13 years ago
Add IRC channel to README
1b7a9a339150b966ea96482647cafd834029206d authored over 13 years ago
1b7a9a339150b966ea96482647cafd834029206d authored over 13 years ago
Fix bug that would only add files to the xcode project that are on disk, before downloading newer dependencies.
779ad52bb0397c563242b27954cf08b4ad14f70c authored over 13 years ago
779ad52bb0397c563242b27954cf08b4ad14f70c authored over 13 years ago
Fix bug that would copy Pods.xcodeproj dir into existing one.
f11d4cbf623b5e3ba1203f507187455a0b1f37ba authored over 13 years ago
f11d4cbf623b5e3ba1203f507187455a0b1f37ba authored over 13 years ago
Add a reference to RubyGems.
807a03de314115f62e55f640625546a8ed955086 authored over 13 years ago
807a03de314115f62e55f640625546a8ed955086 authored over 13 years ago
A bit more.
41c5a17cfe69ecf68bcf3d45de14d2aedb8f9264 authored over 13 years ago
41c5a17cfe69ecf68bcf3d45de14d2aedb8f9264 authored over 13 years ago
Explain what users can do to contribute.
5eb029fed32d094914754ca895264ddd84e430dc authored over 13 years ago
5eb029fed32d094914754ca895264ddd84e430dc authored over 13 years ago
Add note about MacRuby homebrew formula.
e26c6a679311d0559bd7aa8d04f852afd9b3a553 authored over 13 years ago
e26c6a679311d0559bd7aa8d04f852afd9b3a553 authored over 13 years ago
Add a bit more info to the readme.
fd3247d019545e2c68b641d6da40474c295e5cce authored over 13 years ago
fd3247d019545e2c68b641d6da40474c295e5cce authored over 13 years ago
Bump to 0.0.2
727369b9497ad89e7f28920ca9bab7953940b2a8 authored over 13 years ago
727369b9497ad89e7f28920ca9bab7953940b2a8 authored over 13 years ago
Print the spec summary as well when searching.
2de48b4544b34862061590e1809ee7bfcc492e98 authored over 13 years ago
2de48b4544b34862061590e1809ee7bfcc492e98 authored over 13 years ago
Search through summary and description with `--full'.
8b051e076019fa1b6355ff8b97d70ec2c6a7b6e8 authored over 13 years ago
8b051e076019fa1b6355ff8b97d70ec2c6a7b6e8 authored over 13 years ago
Add search command which finds pods who's name matches.
719dc90ba320e748e99ae68a93bfd9e924268ce7 authored over 13 years ago
719dc90ba320e748e99ae68a93bfd9e924268ce7 authored over 13 years ago
Add note that it currently only supports iOS projects.
7e011b462a9e747f8121648000c5ebf31f6b3366 authored over 13 years ago
7e011b462a9e747f8121648000c5ebf31f6b3366 authored over 13 years ago
Add note about compiling source.
ff2c5d4b5882149026e92694d94e0fb2109ab1e2 authored over 13 years ago
ff2c5d4b5882149026e92694d94e0fb2109ab1e2 authored over 13 years ago
Add an extended description to gemspec.
a7871c064ea359a2a28d47cb0ae1e6fc985fd034 authored over 13 years ago
a7871c064ea359a2a28d47cb0ae1e6fc985fd034 authored over 13 years ago
More markup changes.
5dd07e74506ea5b570cf5ee490fc51a65822b780 authored over 13 years ago
5dd07e74506ea5b570cf5ee490fc51a65822b780 authored over 13 years ago
Some markup changes
35932a6c5b4025f66a2064fe4e82a4dce2c587ec authored over 13 years ago
35932a6c5b4025f66a2064fe4e82a4dce2c587ec authored over 13 years ago
Add link to wiki.
92635328d9143fc0987fd5cd593741e8453a7324 authored over 13 years ago
92635328d9143fc0987fd5cd593741e8453a7324 authored over 13 years ago
Move content from README to the wiki and cleanup.
b55aac69ca2077c57a405bcd8eaeb9541e5b60d8 authored over 13 years ago
b55aac69ca2077c57a405bcd8eaeb9541e5b60d8 authored over 13 years ago
Add MacRuby note to gemspec summary
acb33d9d388c851ef2557ffca9141c8fba912abe authored over 13 years ago
acb33d9d388c851ef2557ffca9141c8fba912abe authored over 13 years ago
Add a version constant and print it with --version.
b58238d1f90ceff0a0d4e92807daa08857d98e4f authored over 13 years ago
b58238d1f90ceff0a0d4e92807daa08857d98e4f authored over 13 years ago
Cleanup help banners.
bcb20e9b14cdb79860392aa119621f60dd71205f authored over 13 years ago
bcb20e9b14cdb79860392aa119621f60dd71205f authored over 13 years ago
Add a gemspec for cocoapods itself.
bf44cf6cf52b0d4ba6a03d0429d2b70b23f7fe60 authored over 13 years ago
bf44cf6cf52b0d4ba6a03d0429d2b70b23f7fe60 authored over 13 years ago
Silence output during spec run.
3434a2c4305c322fd236030882b97d566c9fa288 authored over 13 years ago
3434a2c4305c322fd236030882b97d566c9fa288 authored over 13 years ago
More renaming work.
24a53025280e36ebd3f198ea7d3f8f5c804f0bcb authored over 13 years ago
24a53025280e36ebd3f198ea7d3f8f5c804f0bcb authored over 13 years ago
Rename cocoa_pods => cocoapods.
071b8cd358d54b90bbd9792c8e0a1afc9b3a3c7d authored over 13 years ago
071b8cd358d54b90bbd9792c8e0a1afc9b3a3c7d authored over 13 years ago
Make compiling the source files work, thanks @ferrous26!
21f1bd4e3c377105732e73b3af8e157c1877b959 authored over 13 years ago
21f1bd4e3c377105732e73b3af8e157c1877b959 authored over 13 years ago
Remove spec related entries from command help banners for now.
37a362aefe6353a79eed3e0622b4ea9f92af269f authored over 13 years ago
37a362aefe6353a79eed3e0622b4ea9f92af269f authored over 13 years ago
Default to either Podfile or *.podspec in the current working dir.
e8e2983c81819f5cf239c2556a464e1d06587dae authored over 13 years ago
e8e2983c81819f5cf239c2556a464e1d06587dae authored over 13 years ago
Add simple command executer.
d52b5e9f663b2993d4551abfcd725dab54686b73 authored over 13 years ago
d52b5e9f663b2993d4551abfcd725dab54686b73 authored over 13 years ago
Small cleanup
c0e1d9bb198f73538213423744c4fd4e6416b437 authored over 13 years ago
c0e1d9bb198f73538213423744c4fd4e6416b437 authored over 13 years ago
Finish installer and integration specs.
02db069b1cab020cfbbdf36979e7f584ab57b1bb authored over 13 years ago
02db069b1cab020cfbbdf36979e7f584ab57b1bb authored over 13 years ago
+ xcode config spec
726e597e469aa039321e92dd7509327f5af5db9c authored over 13 years ago
726e597e469aa039321e92dd7509327f5af5db9c authored over 13 years ago
+ xcode project spec
1a7799ca88ba2ee451f485d74464e80614eb1be7 authored over 13 years ago
1a7799ca88ba2ee451f485d74464e80614eb1be7 authored over 13 years ago
+ partial installer spec
b52dfe3241ab3c962927a3aee8b9e254c96b9296 authored over 13 years ago
b52dfe3241ab3c962927a3aee8b9e254c96b9296 authored over 13 years ago
Actually build the generated static library project in the integration spec.
4aa44b319340f327c17a14efc88bf87dd329d868 authored over 13 years ago
4aa44b319340f327c17a14efc88bf87dd329d868 authored over 13 years ago
Raise an Informative exception if a problem is (most likely) related to user error and make Command::Help a subclass of Informative.
271283abe20663b5122063af7e503083ca250930 authored over 13 years ago
271283abe20663b5122063af7e503083ca250930 authored over 13 years ago
Fix reporting when the integration fixtures don't exist.
b1743fcd50ca742f07e05b138d5010dcf0fae380 authored over 13 years ago
b1743fcd50ca742f07e05b138d5010dcf0fae380 authored over 13 years ago
+ begin of integration spec
d119a984f481724ffa5c76a27b0ab580516d58ee authored over 13 years ago
d119a984f481724ffa5c76a27b0ab580516d58ee authored over 13 years ago
Actually commit the spec-repos fixture.
c3157910093c28fcd6743293f3640e55392c8bae authored over 13 years ago
c3157910093c28fcd6743293f3640e55392c8bae authored over 13 years ago
Minor cleanup
8f700ee8a6b824b9261006c44fd58fb35600fa0a authored over 13 years ago
8f700ee8a6b824b9261006c44fd58fb35600fa0a authored over 13 years ago
+ resolver spec
50c54349f914cf0cbf0f152289de9d5f702f6db6 authored over 13 years ago
50c54349f914cf0cbf0f152289de9d5f702f6db6 authored over 13 years ago
+ set spec
ec683247e16a0173559751fc926570043e9e04dd authored over 13 years ago
ec683247e16a0173559751fc926570043e9e04dd authored over 13 years ago
+ source spec
9d2ea4683882bfdaa52fe23a46ff0685147a7b1b authored over 13 years ago
9d2ea4683882bfdaa52fe23a46ff0685147a7b1b authored over 13 years ago
Make the specs work with ObjectiveBacon as well.
ab7ec3b5c84225624a025dab32a9848a723fc6f4 authored over 13 years ago
ab7ec3b5c84225624a025dab32a9848a723fc6f4 authored over 13 years ago
Fix command unit specs.
fce9201010af61b2736f311b624c48f06279c854 authored over 13 years ago
fce9201010af61b2736f311b624c48f06279c854 authored over 13 years ago
Fix command specs
942226576beafb688a046349362a8ef95569ed0e authored over 13 years ago
942226576beafb688a046349362a8ef95569ed0e authored over 13 years ago
Ignore unpacked git repo fixtures.
a31f769defbb7243e2b2f682c3924ab03c9ce06f authored over 13 years ago
a31f769defbb7243e2b2f682c3924ab03c9ce06f authored over 13 years ago