[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / 3 / 4 / ObjectXML / 0.1 / ObjectXML.podspec.json
blob2780be55209be1ccd5362e67431107525e6e9e47
2   "name": "ObjectXML",
3   "version": "0.1",
4   "summary": "Simple XML object model for Objective-C from NSXMLParser.",
5   "homepage": "https://github.com/youknowone/ObjectXML",
6   "license": "2-clause BSD",
7   "authors": {
8     "Jeong YunWon": "jeong@youknowone.org"
9   },
10   "source": {
11     "git": "https://github.com/youknowone/ObjectXML.git",
12     "tag": "pod-0.1"
13   },
14   "source_files": "ObjectXML",
15   "public_header_files": "ObjectXML/*.h",
16   "libraries": "xml2",
17   "dependencies": {
18     "cdebug": [
19       "~> 0.1"
20     ]
21   },
22   "requires_arc": false