[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 9 / 2 / FTSSQLiteSpec / 0.0.9 / FTSSQLiteSpec.podspec.json
blob1bbebadc5c807f1c6ace6f6260ca5e27fb66f507
2   "name": "FTSSQLiteSpec",
3   "version": "0.0.9",
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.0.9"
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