[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 9 / 2 / FTSSQLiteSpec / 0.1.3 / FTSSQLiteSpec.podspec.json
blobdb85d080fd74bd48ba3e9249ce108aa6b21e8f3d
2   "name": "FTSSQLiteSpec",
3   "version": "0.1.3",
4   "summary": "SQLite based FullTextSearch module for Compass Plus's PocketBank",
5   "homepage": "https://github.com/Vetrenik/PBFTSSQLite.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "": ""
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/Vetrenik/PBFTSSQLite.git",
18     "tag": "0.1.3"
19   },
20   "source_files": [
21     "Classes",
22     "Classes/**/*.{h,m}"
23   ],
24   "exclude_files": "Classes/Exclude",
25   "public_header_files": "Classes/**/*.h",
26   "frameworks": "Foundation",
27   "libraries": "sqlite3",
28   "requires_arc": true