[Add] TPNAdColonySDKAdapter 6.4.28
[CocoaPods.git] / Specs / 9 / a / 3 / PEXML-Utils / 1.0.0 / PEXML-Utils.podspec.json
blob46a779a76b25345916d271d121602f0be786771f
2   "name": "PEXML-Utils",
3   "version": "1.0.0",
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.0"
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": [
24     ],
25     "PEObjc-Commons": [
27     ]
28   },
29   "xcconfig": {
30     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
31   }