[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / a / 3 / PEXML-Utils / 1.0.1 / PEXML-Utils.podspec.json
blob46ff0b30dd7ee97df75c6e7e5a7a08b13aa95d9a
2   "name": "PEXML-Utils",
3   "version": "1.0.1",
4   "license": "MIT",
5   "summary": "A collection of XML helper functions.",
6   "authors": {
7     "Paul Evans": "evansp2@gmail.com"
8   },
9   "homepage": "https://github.com/evanspa/PEXML-Utils",
10   "source": {
11     "git": "https://github.com/evanspa/PEXML-Utils.git",
12     "tag": "PEXML-Utils-v1.0.1"
13   },
14   "platforms": {
15     "ios": "8.1"
16   },
17   "source_files": "**/*.{h,m}",
18   "public_header_files": "**/*.h",
19   "exclude_files": "**/*Tests/*.*",
20   "requires_arc": true,
21   "dependencies": {
22     "KissXML": [
23       "~> 5.0"
24     ],
25     "PEObjc-Commons": [
26       "~> 1.0.1"
27     ]
28   },
29   "xcconfig": {
30     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
31   }