[Add] AmpMux 9.3.2
[CocoaPods.git] / Specs / 3 / b / 4 / YSKDB / 0.0.1 / YSKDB.podspec.json
bloba152729e6940e652b15a5f2b740847bb03c3aa45
2   "name": "YSKDB",
3   "version": "0.0.1",
4   "summary": "Wrapper for FMDB.",
5   "description": "                   A longer description of YSKDB in Markdown format.\n\n                   * Think: Why did you write this? What is the focus? What does it do?\n                   * CocoaPods will be using this to generate tags, and improve search results.\n                   * Try to keep it short, snappy and to the point.\n                   * Finally, don't worry about the indent, CocoaPods strips it!\n",
6   "homepage": "http://github.com/kitasuke/YSKDB",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kitasuke": "yusuke2759@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/kitasuke/YSKDB.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "YSKDB/**/*.{h,m}",
22   "requires_arc": true,
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
25   },
26   "dependencies": {
27     "FMDB/SQLCipher": [
29     ]
30   }