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