[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 5 / e / SGVGridView / 1.1.2 / SGVGridView.podspec.json
blob24754c51c1de992c1e26fdbe9c4026d5cd19c787
2   "name": "SGVGridView",
3   "version": "1.1.2",
4   "summary": "表格视图组件",
5   "description": "通过字典数据直接初始化表格视图。",
6   "homepage": "https://github.com/ServyouMobile/SGVGridView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "季怀奇": "jihq@servyou.com.cn"
13   },
14   "source": {
15     "git": "https://github.com/ServyouMobile/SGVGridView.git",
16     "tag": "1.1.2"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "SGVGridView/Classes/**/**/*.{h,m}",
22   "public_header_files": "SGVGridView/Classes/**/**/*.h",
23   "resource_bundles": {
24     "SGVGridViewImages": [
25       "SGVGridView/Assets/*.png"
26     ]
27   },
28   "frameworks": "UIKit",
29   "dependencies": {
30     "SDWebImage": [
31       "~> 4.0"
32     ]
33   },
34   "user_target_xcconfig": {
35     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
36   }