[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / b / c / react-native-xml / 0.0.2 / react-native-xml.podspec.json
blobe7e00189b92d7ab21bffd225e308073d46c6d375
2   "name": "react-native-xml",
3   "version": "0.0.2",
4   "summary": "react native xml module with xpath support",
5   "description": "Provides you a function to parse and search inside XML using XPath and JavaScript",
6   "homepage": "https://github.com/artemyarulin/react-native-xml",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Artem Yarulin": "artem.yarulin@fessguid.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/artemyarulin/react-native-xml.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "rnxml/rnxml/RNMXml.{h,m}"
23   ],
24   "public_header_files": "rnxml/rnxml/RNMXml.h",
25   "requires_arc": true,
26   "dependencies": {
27     "GDataXML-HTML": [
28       "~> 1.1"
29     ],
30     "React": [
31       "~> 0.5.0"
32     ]
33   },
34   "libraries": "xml2",
35   "xcconfig": {
36     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
37   }