[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 9 / d / AFRaptureXMLRequestOperation / 1.0.3 / AFRaptureXMLRequestOperation.podspec.json
blobd7d869e44b3fc6bd238b21a1a5b1f7683f8d63bf
2   "name": "AFRaptureXMLRequestOperation",
3   "version": "1.0.3",
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.3"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source_files": "AFRaptureXMLRequestOperation/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "AFNetworking": [
21       "~> 2.0.2"
22     ],
23     "RaptureXML": [
24       "~> 1.0.1"
25     ]
26   },
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
29   }