[Add] CyberSheildiOS 0.1.1
[CocoaPods.git] / Specs / 2 / 6 / 9 / Axt / 0.0.1 / Axt.podspec.json
blob20b6f591de6c3724addaa47e6d62e94e60dfa743
2   "name": "Axt",
3   "version": "0.0.1",
4   "license": "MIT",
5   "summary": "A forgiving HTML SAX Parser for iOS.",
6   "homepage": "https://github.com/brutella/Axt",
7   "social_media_url": "https://twitter.com/brutella",
8   "authors": {
9     "Matthias Hochgatterer": "matthias.hochgatterer@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/brutella/Axt.git",
13     "tag": "0.0.1"
14   },
15   "source_files": "Axt",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "7.0"
19   },
20   "libraries": "xml2",
21   "xcconfig": {
22     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
23   }