[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / 5 / 3 / MTPocket / 0.8.2 / MTPocket.podspec.json
blobff592026c2b73b2bc8bd12848a85618f8f21f476
2   "name": "MTPocket",
3   "version": "0.8.2",
4   "summary": "A Cocoa web request library that doesn't suck.",
5   "description": "Simple and powerful. Convenient and informative. JSON and XML to collection object conversion. Comprehensive request and response objects.",
6   "homepage": "https://github.com/mysterioustrousers/MTPocket",
7   "license": "BSD",
8   "authors": {
9     "Adam Kirk": "atomkirk@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/mysterioustrousers/MTPocket.git",
13     "tag": "0.8.2"
14   },
15   "source_files": "MTPocket/*.{h,m}",
16   "public_header_files": [
17     "MTPocket/MTPocket.h",
18     "MTPocket/MTPocketRequest.h",
19     "MTPocket/MTPocketAsyncRequest.h",
20     "MTPocket/MTPocketResponse.h"
21   ],
22   "dependencies": {
23     "XMLDictionary": [
24       "~> 2.0.0"
25     ],
26     "MTJSONUtils": [
27       "~> 0.1.0"
28     ],
29     "Base64": [
31     ]
32   },
33   "requires_arc": false