[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / a / 7 / 5 / AFNetworking / 2.3.1 / AFNetworking.podspec.json
blob95574e32e97e2f1fbe4ad90239ee0a0cad3eefb6
2   "name": "AFNetworking",
3   "version": "2.3.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.3.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/Serialization": [
72         ],
73         "AFNetworking/Reachability": [
75         ],
76         "AFNetworking/Security": [
78         ]
79       },
80       "source_files": [
81         "AFNetworking/AFURLSessionManager.{h,m}",
82         "AFNetworking/AFHTTPSessionManager.{h,m}"
83       ]
84     },
85     {
86       "name": "UIKit",
87       "platforms": {
88         "ios": "6.0"
89       },
90       "dependencies": {
91         "AFNetworking/NSURLConnection": [
93         ],
94         "AFNetworking/NSURLSession": [
96         ]
97       },
98       "ios": {
99         "public_header_files": "UIKit+AFNetworking/*.h",
100         "source_files": "UIKit+AFNetworking"
101       },
102       "osx": {
103         "source_files": ""
104       }
105     }
106   ]