[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 9 / 1 / RaptureXML@Frankly / 1.0.3 / RaptureXML@Frankly.podspec.json
blobacae0ec56250db68d539e477f1bd948fc10a7088
2   "name": "RaptureXML@Frankly",
3   "version": "1.0.3",
4   "license": "MIT",
5   "summary": "A simple, sensible, block-based XML API for iOS and Mac development.",
6   "homepage": "https://github.com/tictocplanet/RaptureXML",
7   "authors": {
8     "Justin Hill": "justin@franklyinc.com"
9   },
10   "source": {
11     "git": "https://github.com/tictocplanet/RaptureXML.git",
12     "tag": "1.0.3"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "tvos": "9.0"
17   },
18   "source_files": "RaptureXML/*",
19   "libraries": [
20     "z",
21     "xml2"
22   ],
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
25   },
26   "requires_arc": true,
27   "module_map": "module_support/RaptureXML.modulemap",
28   "prepare_command": "cd module_support\n./generate_module_map.sh"