[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 2 / 1 / FFGDataXMLNode / 1.0.0 / FFGDataXMLNode.podspec.json
blob7a1cabfa5a4b098068e69f1e71d999d0e8ac3a33
2   "name": "FFGDataXMLNode",
3   "version": "1.0.0",
4   "summary": "Google提供的用于XML数据处理的老版本类集.",
5   "description": "\"Google提供的用于XML数据处理的老版本类集.\"",
6   "homepage": "https://github.com/Harris1121/GDataXMLNode",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Harris_SSD": "harris_all@126.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/Harris1121/GDataXMLNode.git",
19     "tag": "1.0.0"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "GDataXMLNode",
25       "source_files": "GDataXMLNodeDemo/GDataXMLNode/*",
26       "libraries": "xml2",
27       "xcconfig": {
28         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
29       }
30     }
31   ]