[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 9 / d / AFRaptureXMLRequestOperation / 1.0.2 / AFRaptureXMLRequestOperation.podspec.json
bloba3103ae5c742891c73487f1908a1b326a61a0a38
2   "name": "AFRaptureXMLRequestOperation",
3   "version": "1.0.2",
4   "summary": "AFRaptureXMLRequestOperation is an extension for AFNetworking that provides an interface to parse XML using RaptureXML.",
5   "license": "MIT",
6   "authors": {
7     "Jan Sanchez": "jan.sanchez@outlook.com"
8   },
9   "homepage": "https://github.com/jansanz/AFRaptureXMLRequestOperation",
10   "source": {
11     "git": "https://github.com/jansanz/AFRaptureXMLRequestOperation.git",
12     "tag": "1.0.2"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": "AFRaptureXMLRequestOperation/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "AFNetworking": [
21       "~> 1.2.1"
22     ],
23     "RaptureXML": [
24       "~> 1.0.1"
25     ]
26   },
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
29   }