[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 0 / 3 / AFKissXMLRequestOperation / 0.0.1 / AFKissXMLRequestOperation.podspec.json
blobf5b20d63ef3cf88827cbed9fa22c783ec048db3d
2   "name": "AFKissXMLRequestOperation",
3   "version": "0.0.1",
4   "homepage": "https://github.com/AFNetworking/AFKissXMLRequestOperation",
5   "authors": {
6     "Mattt Thompson": "m@mattt.me"
7   },
8   "license": "MIT",
9   "summary": "An extension for AFNetworking that provides an interface to parse XML using KissXML.",
10   "source": {
11     "git": "https://github.com/AFNetworking/AFKissXMLRequestOperation.git",
12     "tag": "0.0.1"
13   },
14   "source_files": "AFKissXMLRequestOperation.{h,m}",
15   "dependencies": {
16     "AFNetworking": [
17       "~> 1.3"
18     ],
19     "KissXML": [
20       "~> 5.0"
21     ]
22   },
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
25   },
26   "platforms": {
27     "ios": "5.0",
28     "osx": "10.7"
29   },
30   "requires_arc": true