[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / a / 3 / 4 / AndyDataCenter / 1.0.3 / AndyDataCenter.podspec.json
blob6151dd2a446a2d4b7aed6afed81035396006cd0d
2   "name": "AndyDataCenter",
3   "version": "1.0.3",
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.3"
17   },
18   "source_files": "AndyDataCenter/**/*",
19   "frameworks": "Foundation",
20   "requires_arc": true,
21   "dependencies": {
22     "FMDB": [
23       "~> 2.6.2"
24     ]
25   }