Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/brynbellomy/ios-frameworkized-static-libs
- Owner: brynbellomy
- Created: 2012-02-01T20:50:03.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-16T09:48:47.000Z (over 12 years ago)
- Last Synced: 2024-04-17T00:55:58.594Z (7 months ago)
- Language: Objective-C
- Homepage:
- Size: 2 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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