[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 6 / 9 / TouchXML / 0.1 / TouchXML.podspec.json
blobfac953ad634fe286caf882ee06fcf6815dce1a82
2   "name": "TouchXML",
3   "version": "0.1",
4   "license": "Simplified BSD License",
5   "summary": "TouchXML is a lightweight replacement for Cocoa's NSXML* cluster of classes.",
6   "homepage": "https://github.com/TouchCode/TouchXML",
7   "authors": {
8     "Jonathan Wight": "schwa@toxicsoftware.com"
9   },
10   "source": {
11     "git": "https://github.com/TouchCode/TouchXML.git",
12     "tag": "0.1"
13   },
14   "source_files": "Source/**/*.{h,m}",
15   "requires_arc": true,
16   "libraries": "xml2",
17   "xcconfig": {
18     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
19   }