[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 7 / 5 / AFNetworking / 2.0.0-RC3 / AFNetworking.podspec.json
blob8b8733742c4217cf4876e39e460d9f5744d9771a
2   "name": "AFNetworking",
3   "version": "2.0.0-RC3",
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     "Scott Raymond": "sco@scottraymond.net"
10   },
11   "source": {
12     "git": "https://github.com/AFNetworking/AFNetworking.git",
13     "tag": "2.0.0-RC3",
14     "submodules": true
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.8"
20   },
21   "default_subspecs": [
22     "Core"
23   ],
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "AFNetworking",
28       "dependencies": {
29         "AFNetworking/Serialization": [
31         ],
32         "AFNetworking/Reachability": [
34         ],
35         "AFNetworking/Security": [
37         ],
38         "AFNetworking/NSURLConnection": [
40         ]
41       }
42     },
43     {
44       "name": "Serialization",
45       "source_files": "AFNetworking/AFURL{Request,Response}Serialization.{h,m}",
46       "ios": {
47         "frameworks": [
48           "MobileCoreServices",
49           "CoreGraphics"
50         ]
51       },
52       "osx": {
53         "frameworks": "CoreServices"
54       }
55     },
56     {
57       "name": "Security",
58       "source_files": "AFNetworking/AFSecurityPolicy.{h,m}",
59       "frameworks": "Security"
60     },
61     {
62       "name": "Reachability",
63       "source_files": "AFNetworking/AFNetworkReachabilityManager.{h,m}",
64       "frameworks": "SystemConfiguration"
65     },
66     {
67       "name": "NSURLConnection",
68       "source_files": [
69         "AFNetworking/AFURLConnectionOperation.{h,m}",
70         "AFNetworking/AFHTTPRequestOperation.{h,m}",
71         "AFNetworking/AFHTTPRequestOperationManager.{h,m}"
72       ]
73     },
74     {
75       "name": "NSURLSession",
76       "platforms": {
77         "ios": "7.0",
78         "osx": "10.9"
79       },
80       "source_files": [
81         "AFNetworking/AFURLSessionManager.{h,m}",
82         "AFNetworking/AFHTTPSessionManager.{h,m}"
83       ]
84     },
85     {
86       "name": "UIKit+AFNetworking",
87       "source_files": "UIKit+AFNetworking"
88     }
89   ]