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