[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / f / d / ASIHTTPRequest / 1.8.2 / ASIHTTPRequest.podspec.json
blobc41c59d2bca6ac32c072853e044c5bb7b9c9cb9c
2   "name": "ASIHTTPRequest",
3   "version": "1.8.2",
4   "summary": "Easy to use CFNetwork wrapper for HTTP requests, Objective-C, Mac OS X and iPhone.",
5   "homepage": "http://allseeing-i.com/ASIHTTPRequest",
6   "authors": {
7     "Ben Copsey": "ben@allseeing-i.com"
8   },
9   "license": "New BSD License",
10   "source": {
11     "git": "https://github.com/pokeb/asi-http-request.git",
12     "tag": "v1.8.2"
13   },
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,
16   "subspecs": [
17     {
18       "name": "Core",
19       "source_files": "Classes/*.{h,m}",
20       "ios": {
21         "dependencies": {
22           "Reachability": [
24           ]
25         },
26         "frameworks": [
27           "MobileCoreServices",
28           "CFNetwork",
29           "CoreGraphics"
30         ]
31       },
32       "osx": {
33         "exclude_files": "**/*ASIAuthenticationDialog*",
34         "frameworks": [
35           "SystemConfiguration",
36           "CoreServices"
37         ]
38       },
39       "libraries": "z.1"
40     },
41     {
42       "name": "ASIWebPageRequest",
43       "source_files": "Classes/ASIWebPageRequest/*.{h,m}",
44       "libraries": "xml2.2",
45       "xcconfig": {
46         "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
47       },
48       "dependencies": {
49         "ASIHTTPRequest/Core": [
51         ]
52       }
53     },
54     {
55       "name": "CloudFiles",
56       "source_files": [
57         "Classes/CloudFiles/*.{h,m}",
58         "Classes/S3/ASINSXMLParserCompat.h"
59       ],
60       "dependencies": {
61         "ASIHTTPRequest/Core": [
63         ]
64       }
65     },
66     {
67       "name": "S3",
68       "source_files": "Classes/S3/*.{h,m}",
69       "dependencies": {
70         "ASIHTTPRequest/Core": [
72         ]
73       }
74     }
75   ]