[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / c / e / 7 / HTMLParser / 0.1.2 / HTMLParser.podspec.json
blobd9b631ed32d7102390ac0ff28e264e7d2beebf14
2   "name": "HTMLParser",
3   "version": "0.1.2",
4   "summary": "Parse Information out of html",
5   "description": "A library to parse information out of html in Objective-c",
6   "homepage": "https://github.com/nickolanack/IOS-HTMLParser",
7   "license": "MIT",
8   "authors": {
9     "nickolanack": "nickblackwell82@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/nickolanack/IOS-HTMLParser.git",
13     "tag": "0.1.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "HTMLParser": [
22       "Pod/Assets/*.png"
23     ]
24   }