[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / b / 7 / SwiftXMLParser / 1.0.0 / SwiftXMLParser.podspec.json
blob6b8359b35521e86ca8f95136e24e17cf7f718cb5
2   "name": "SwiftXMLParser",
3   "version": "1.0.0",
4   "homepage": "https://github.com/ShubhGar",
5   "summary": "SwiftXMLParser is an XMLParser written in Swift4.0.",
6   "description": "The XML DOM (Document Object Model) defines the properties and methods \tfor accessing and editing XML.An XMLParser notifies its delegate about the items \t(elements, attributes, CDATA , and Text) that it encounters as it processes an XML \tdocument.",
7   "license": "MIT",
8   "swift_version": "3.2",
9   "authors": {
10     "Shubham Garg": "91garg.shubham@gmail.com"
11   },
12   "requires_arc": true,
13   "source": {
14     "git": "https://github.com/ShubhGar/SwiftXMLParser.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "SwiftXMLParser/**/*.{swift}"