[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / a / 7 / 5 / AFNetworking / 2.0.0 / AFNetworking.podspec.json
blob7ffbb0975c8749dedd523dcc3648f93451480500
2   "name": "AFNetworking",
3   "version": "2.0.0",
4   "license": "MIT",
5   "summary": "A delightful iOS and OS X networking framework.",
6   "homepage": "https://github.com/AFNetworking/AFNetworking",
7   "authors": {
8     "Mattt Thompson": "m@mattt.me"
9   },
10   "source": {
11     "git": "https://github.com/AFNetworking/AFNetworking.git",
12     "tag": "2.0.0",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.8"
19   },
20   "public_header_files": "AFNetworking/*.h",
21   "deprecated_in_favor_of": "Alamofire",
22   "subspecs": [
23     {
24       "name": "Serialization",
25       "source_files": "AFNetworking/AFURL{Request,Response}Serialization.{h,m}",
26       "ios": {
27         "frameworks": [
28           "MobileCoreServices",
29           "CoreGraphics"
30         ]
31       },
32       "osx": {
33         "frameworks": "CoreServices"
34       }
35     },
36     {
37       "name": "Security",
38       "source_files": "AFNetworking/AFSecurityPolicy.{h,m}",
39       "frameworks": "Security"
40     },
41     {
42       "name": "Reachability",
43       "source_files": "AFNetworking/AFNetworkReachabilityManager.{h,m}",
44       "frameworks": "SystemConfiguration"
45     },
46     {
47       "name": "NSURLConnection",
48       "dependencies": {
49         "AFNetworking/Serialization": [
51         ],
52         "AFNetworking/Reachability": [
54         ],
55         "AFNetworking/Security": [
57         ]
58       },
59       "source_files": [
60         "AFNetworking/AFURLConnectionOperation.{h,m}",
61         "AFNetworking/AFHTTPRequestOperation.{h,m}",
62         "AFNetworking/AFHTTPRequestOperationManager.{h,m}"
63       ]
64     },
65     {
66       "name": "NSURLSession",
67       "platforms": {
68         "ios": "7.0",
69         "osx": "10.9"
70       },
71       "dependencies": {
72         "AFNetworking/Serialization": [
74         ],
75         "AFNetworking/Reachability": [
77         ],
78         "AFNetworking/Security": [
80         ]
81       },
82       "source_files": [
83         "AFNetworking/AFURLSessionManager.{h,m}",
84         "AFNetworking/AFHTTPSessionManager.{h,m}"
85       ]
86     },
87     {
88       "name": "UIKit",
89       "platforms": {
90         "ios": "6.0"
91       },
92       "dependencies": {
93         "AFNetworking/NSURLConnection": [
95         ]
96       },
97       "ios": {
98         "public_header_files": "UIKit+AFNetworking/*.h",
99         "source_files": "UIKit+AFNetworking"
100       },
101       "osx": {
102         "source_files": ""
103       }
104     }
105   ]