Skip to content

Commit

Permalink
add README and build project
Browse files Browse the repository at this point in the history
  • Loading branch information
siuying committed Mar 7, 2012
1 parent 0b16758 commit 42c98bb
Show file tree
Hide file tree
Showing 5 changed files with 315 additions and 13 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
.DS_Store
asihttprequest.xcodeproj/project.xcworkspace/
asihttprequest.xcodeproj/xcuserdata/
build/
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "External/ASIHttpRequest"]
path = External/ASIHttpRequest
url = https://github.com/pokeb/asi-http-request.git
1 change: 1 addition & 0 deletions External/ASIHttpRequest
Submodule ASIHttpRequest added at 6cf5f0
26 changes: 26 additions & 0 deletions README.md
@@ -0,0 +1,26 @@
ASIHttpRequest Static
=====================

A static build version of ASIHttpRequest that can be simply added to your iOS projects.

Usage
-----

1. Build the project
2. Copy ASIHTTPRequest.framework to your project
3. Add following frameworks/libraries to project:
- libz
- SystemConfiguration
- CoreGraphics
- MobileCoreServices
- CFNetworks
4. Replace your ordinaty #import "ASIHTTPRequest.h" with #import <ASIHTTPRequest/ASIHTTPRequest.h>

Check document at [ASIHTTPRequest](http://allseeing-i.com/ASIHTTPRequest/) for ASIHTTPRequests usage.

Note
----

- Reachibility is included
- ASIWebPageRequest is not included
- Only armv7 is built (There were issue try to build with armv6 and cant solve it yet)

0 comments on commit 42c98bb

Please sign in to comment.