[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 7 / 3 / 5 / SQLitePersistentObject / 0.3 / SQLitePersistentObject.podspec.json
blob39237a7dd4bb4de2cf03be8cf9a452d75b3ff67f
2   "name": "SQLitePersistentObject",
3   "version": "0.3",
4   "license": "MIT",
5   "summary": "An ORM kit of object persistence use SQLite",
6   "homepage": "https://github.com/openboy2012/DDSQLiteKit.git",
7   "authors": {
8     "DeJohn Dong": "dongjia_9251@126.com"
9   },
10   "source": {
11     "git": "https://github.com/openboy2012/DDSQLiteKit.git",
12     "tag": "0.3"
13   },
14   "platforms": {
15     "ios": "5.1.1",
16     "osx": "10.7"
17   },
18   "source_files": "DDSQLiteKit/SQLitePersistentObject/*.{h,m}",
19   "requires_arc": true,
20   "libraries": "sqlite3.0"