2 "name": "ASIHTTPRequest",
4 "summary": "Easy to use CFNetwork wrapper for HTTP requests, Objective-C, Mac OS X and iPhone.",
5 "homepage": "http://allseeing-i.com/ASIHTTPRequest",
7 "Ben Copsey": "ben@allseeing-i.com"
9 "license": "New BSD License",
11 "git": "https://github.com/pokeb/asi-http-request.git",
14 "description": "\n ASIHTTPRequest is an easy to use wrapper around the CFNetwork API that\n makes some of the more tedious aspects of communicating with web servers\n easier. It is written in Objective-C and works in both Mac OS X and iPhone\n applications.\n\n It is suitable performing basic HTTP requests and interacting with\n REST-based services (GET / POST / PUT / DELETE). The included\n ASIFormDataRequest subclass makes it easy to submit POST data and files\n using multipart/form-data.\n\n Please note that ASIHTTPRequest is not recommended for newer projects \n since it's not actively maintained anymore. \n For more info visit: http://allseeing-i.com/%5Brequest_release%5D\n ",
15 "requires_arc": false,
19 "source_files": "Classes/*.{h,m}",
33 "exclude_files": "**/*ASIAuthenticationDialog*",
35 "SystemConfiguration",
42 "name": "ASIWebPageRequest",
43 "source_files": "Classes/ASIWebPageRequest/*.{h,m}",
44 "libraries": "xml2.2",
46 "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
49 "ASIHTTPRequest/Core": [
57 "Classes/CloudFiles/*.{h,m}",
58 "Classes/S3/ASINSXMLParserCompat.h"
61 "ASIHTTPRequest/Core": [
68 "source_files": "Classes/S3/*.{h,m}",
70 "ASIHTTPRequest/Core": [