[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / d / 2 / IGTidy / 0.1.0 / IGTidy.podspec.json
blob6134033d0b77cd8d1bb55e95bcd426eb2587e4db
2   "name": "IGTidy",
3   "version": "0.1.0",
4   "summary": "Objective-C wrapper for HTML Tidy for HTML5 (tidy-html5).",
5   "description": "                       Objective-C wrapper for HTML Tidy for HTML5 (tidy-html5).\n\n                       Tidy corrects and cleans up HTML content by fixing markup errors.\n",
6   "homepage": "https://github.com/siuying/IGTidy",
7   "license": "MIT",
8   "authors": {
9     "Francis Chong": "francis@ignition.hk"
10   },
11   "source": {
12     "git": "https://github.com/siuying/IGTidy.git",
13     "tag": "0.1.0",
14     "submodules": true
15   },
16   "social_media_url": "https://twitter.com/siuying",
17   "requires_arc": true,
18   "public_header_files": "Classes/*.h",
19   "source_files": [
20     "Classes",
21     "vendor/tidy-html5/src/*.{h,c}",
22     "vendor/tidy-html5/include/*.h"
23   ]