[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 7 / 5 / AFNetworking / 0.5.1 / AFNetworking.podspec.json
blobafd4720f3ada5170903016f9429b440bb0364098
2   "name": "AFNetworking",
3   "version": "0.5.1",
4   "license": "MIT",
5   "summary": "A delightful iOS networking library with NSOperations and block-based callbacks.",
6   "homepage": "https://github.com/gowalla/AFNetworking",
7   "authors": {
8     "Gowalla": "live@gowalla.com"
9   },
10   "source": {
11     "git": "https://github.com/gowalla/AFNetworking.git",
12     "tag": "0.5.1"
13   },
14   "ios": {
15     "source_files": "AFNetworking"
16   },
17   "osx": {
18     "source_files": [
19       "AFNetworking/AFHTTPRequestOperation.h",
20       "AFNetworking/AFJSONRequestOperation.h",
21       "AFNetworking/NSData+AFNetworking.h",
22       "AFNetworking/NSMutableURLRequest+AFNetworking.h",
23       "AFNetworking/NSString+AFNetworking.h"
24     ]
25   },
26   "libraries": "z",
27   "dependencies": {
28     "JSONKit": [
30     ]
31   },
32   "requires_arc": false