[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / 0 / f / STDbKit / 1.0 / STDbKit.podspec.json
blob0a846f1473e2f6cd094879812b568a6f8b979088
2   "name": "STDbKit",
3   "version": "1.0",
4   "summary": "like CoreData, object auto convert to sqlite3.",
5   "description": "this provide class of STDbObject which you can use conveniently to insert, select, update, delete.",
6   "homepage": "https://github.com/xiaoliyang/STDbKit",
7   "license": "MIT",
8   "authors": {
9     "stlwtr": "2008.yls@163.com"
10   },
11   "source": {
12     "git": "https://github.com/xiaoliyang/STDbKit.git",
13     "tag": "1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "STDbKit/**/*.{h,m}",
20   "public_header_files": "STDbKit/Classes/*.h"