[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 7 / 0 / CtDB / 0.0.2 / CtDB.podspec.json
blobf72b3c448f19ef467398f225ea85c847461726d6
2   "name": "CtDB",
3   "version": "0.0.2",
4   "summary": "一个基于sqlite3的模型化数据库操作库.",
5   "description": "发布了CtDB,这是一个基于sqlite3的模型化数据库操作库.",
6   "homepage": "https://github.com/clint23/CtDB",
7   "license": "MIT",
8   "authors": {
9     "clint": "3243629382@qq.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/clint23/CtDB.git",
16     "tag": "v0.0.2"
17   },
18   "source_files": "CtDB/*.{h,m}",
19   "frameworks": "UIKit",
20   "libraries": "sqlite3",
21   "requires_arc": true