[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / f / 9 / d / DCDatabase / 0.0.6 / DCDatabase.podspec.json
blob3e23cf17daa38d39970fc8223762bc08275013f2
2   "name": "DCDatabase",
3   "version": "0.0.6",
4   "summary": "cache model to local database for iOS",
5   "description": "Use DCDatabase, Just need one code to achieve cache models.",
6   "homepage": "https://github.com/CoderXWChu/DCDatabase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DanaChu": "coderxwchu@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/CoderXWChu/DCDatabase.git",
19     "tag": "0.0.6"
20   },
21   "source_files": [
22     "DCDatabase",
23     "DCDatabase/**/*.{h,m}"
24   ],
25   "frameworks": "Foundation",
26   "libraries": "sqlite3",
27   "requires_arc": true