Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brynbellomy/ios-frameworkized-static-libs

Libraries (mainly other people's) that have been converted into .framework files that successfully compile against iOS.
https://github.com/brynbellomy/ios-frameworkized-static-libs

Last synced: about 1 month ago
JSON representation

Libraries (mainly other people's) that have been converted into .framework files that successfully compile against iOS.

Awesome Lists containing this project

README

        

# iOS-compatible open source .framework libraries

Om nom nom.

## Why?

Because you can include these frameworks into either ARC or non-ARC projects
and you don't have to worry about whether or not their ARC-ness matches your
project's ARC-ness.

## Isn't that what static libraries are for?

Yeah, you can do that too, but this way, you can see each library's header files
neatly packaged inside the XXX.framework entry in Xcode's project sidebar. You
don't have to add the headers manually.

## Can't you just set ARC/non-ARC compiler flags per-file?

Please go get laid. Or buy some lottery tickets or something. Go nuts.

## Authors

* bryn austin bellomy (all I did was build these as .framework
libraries -- no code was changed whatsoever)
* pokeb (for [ASIHTTPRequest][ASIHTTPRequest])
* robbiehanson (for [GCDAsyncSocket][GCDAsyncSocket])
* johnezang (for [JSONKit][JSONKit])
* samvermette (for [SVProgressHUD][SVProgressHUD])

[ASIHTTPRequest]: https://github.com/pokeb/asi-http-request
[GCDAsyncSocket]: https://github.com/robbiehanson/CocoaAsyncSocket
[JSONKit]: https://github.com/johnezang/JSONKit
[SVProgressHUD]: https://github.com/samvermette/SVProgressHUD