[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / 2 / 3 / 0 / SGSqlite / 1.0.0 / SGSqlite.podspec.json
bloba72118e1ed6b19b4e2904e28ff6a3254d1fd6a7c
2   "name": "SGSqlite",
3   "version": "1.0.0",
4   "summary": "A simple object oriented sqlite3.",
5   "description": "A simple encapsulation of an object oriented database for sqlite3.",
6   "homepage": "https://github.com/install-b/SGSqlite",
7   "license": "MIT",
8   "authors": {
9     "ShangenZhang": "645256685@qq.com"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/install-b/SGSqlite.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "Classes/**/*.{h,m}",
19   "public_header_files": "Classes/**/*.h",
20   "frameworks": "Foundation",
21   "libraries": "sqlite3",
22   "requires_arc": true