[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 3 / 4 / AndyDataCenter / 1.0.1 / AndyDataCenter.podspec.json
blobc55f7e435648f4c63b91b7ec94d3de76cff2440e
2   "name": "AndyDataCenter",
3   "version": "1.0.1",
4   "summary": "Provide an effective and efficent way to operate SQLite based on FMDB according to GYDataCenter",
5   "description": "Unlike GYDataCenter, AndyDataCenter use the invaded way to combine one model. Your model don't inherit any class of AndyDataCenter. So if you want to remove AndyDataCenter from your project, that's easy.",
6   "homepage": "https://github.com/lyandy/AndyDataCenter",
7   "license": "MIT",
8   "authors": {
9     "李扬": "liyangforever@vip.qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/lyandy/AndyDataCenter.git",
16     "tag": "1.0.1"
17   },
18   "source_files": "AndyDataCenter/**/*",
19   "frameworks": "Foundation",
20   "requires_arc": true,
21   "dependencies": {
22     "FMDB": [
23       "~> 2.6.2"
24     ]
25   }