[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 4 / a / f / AFKissXMLRequestOperation@tonyzonghui / 0.0.1 / AFKissXMLRequestOperation@tonyzonghui.podspec.json
blob833cc8e32ca112e9158cb6e0044287e4cb6e2036
2   "name": "AFKissXMLRequestOperation@tonyzonghui",
3   "version": "0.0.1",
4   "homepage": "https://github.com/tonyzonghui/AFKissXMLRequestOperation",
5   "authors": {
6     "Zhang Zonghui": "zhangzonghui01@gmail.com"
7   },
8   "license": "MIT",
9   "summary": "An extension for AFNetworking that provides an interface to parse XML using KissXML. Specified AFNetworking version.",
10   "source": {
11     "git": "https://github.com/tonyzonghui/AFKissXMLRequestOperation.git",
12     "tag": "0.0.1"
13   },
14   "source_files": "AFKissXMLRequestOperation.{h,m}",
15   "dependencies": {
16     "AFNetworking": [
17       "~>1.3.1"
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