[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / f / 5 / 3 / MTPocket / 1.0.2 / MTPocket.podspec.json
blob4adfbf7d6c2e10637b899b2737143f3ec414e4ee
2   "name": "MTPocket",
3   "version": "1.0.2",
4   "summary": "Your application's favorite web request library.",
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": "1.0.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   "requires_arc": true,
23   "dependencies": {
24     "XMLDictionary": [
26     ],
27     "MTJSONUtils": [
29     ],
30     "Base64": [
32     ]
33   }