blob: a3103ae5c742891c73487f1908a1b326a61a0a38 [file] [log] [blame]
{
"name": "AFRaptureXMLRequestOperation",
"version": "1.0.2",
"summary": "AFRaptureXMLRequestOperation is an extension for AFNetworking that provides an interface to parse XML using RaptureXML.",
"license": "MIT",
"authors": {
"Jan Sanchez": "jan.sanchez@outlook.com"
},
"homepage": "https://github.com/jansanz/AFRaptureXMLRequestOperation",
"source": {
"git": "https://github.com/jansanz/AFRaptureXMLRequestOperation.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "AFRaptureXMLRequestOperation/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.2.1"
],
"RaptureXML": [
"~> 1.0.1"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}