[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 3 / c / a / TTLite / 0.1.3 / TTLite.podspec.json
blob6f3527854a9620ddaaf881943393841b7468bffe
2   "name": "TTLite",
3   "version": "0.1.3",
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.3"
20   },
21   "source_files": "TTLite/**/*.{h,m}",
22   "dependencies": {
23     "FMDB": [
24       "~> 2.6"
25     ]
26   }