[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 3 / c / a / TTLite / 0.1.5 / TTLite.podspec.json
blob3fe8a264510185d00e5e11c585a0bf96f0e1e051
2   "name": "TTLite",
3   "version": "0.1.5",
4   "summary": "Easy objective sqlite",
5   "description": "更加面向对象的SQLite,简洁直观的对象存储",
6   "homepage": "https://github.com/TifaTsubasa/TTLite",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "TifaTsubasa": "15922402179@163.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/TifaTsubasa/TTLite.git",
19     "tag": "0.1.5"
20   },
21   "source_files": "TTLite/**/*.{h,m}",
22   "dependencies": {
23     "FMDB": [
24       "~> 2.6"
25     ]
26   }