[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / c / 5 / 9 / YSASIHTTPRequest / 1.0.0 / YSASIHTTPRequest.podspec.json
blob52f43f886e67c2e11f991a18d4b7cf86a6fea5d6
2   "name": "YSASIHTTPRequest",
3   "version": "1.0.0",
4   "summary": "A version for the ASIHTTPRequest fixed input stream leaks in iOS7.",
5   "homepage": "https://github.com/youngshook/asi-http-request",
6   "license": "New BSD License",
7   "authors": {
8     "Ben Copsey": "ben@allseeing-i.com"
9   },
10   "social_media_url": "http://twitter.com/young_shook",
11   "source": {
12     "git": "git@github.com:youngshook/asi-http-request.git",
13     "tag": "1.0.0"
14   },
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   ]