[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / 9 / HZORM / 0.1.1 / HZORM.podspec.json
blobd4a6453aa8cac45fa89db8ad6f4690e51572311c
2   "name": "HZORM",
3   "version": "0.1.1",
4   "summary": "HZORM provides a beautiful, simple ActiveRecord implementation to interact with the database.",
5   "homepage": "https://github.com/GeniusBrother/HZORM.git",
6   "license": "MIT",
7   "authors": {
8     "GeniusBrother": "zuohong_xie@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "requires_arc": true,
14   "source": {
15     "git": "https://github.com/GeniusBrother/HZORM.git",
16     "tag": "0.1.1"
17   },
18   "frameworks": "Foundation",
19   "public_header_files": "HZORM/Classes/**/*.h",
20   "source_files": "HZORM/Classes/**/*.{h,m}",
21   "dependencies": {
22     "FMDB": [
23       "~>2.7.0"
24     ]
25   }