[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 2 / a / XYInfomationSection / 0.4.0 / XYInfomationSection.podspec.json
blob27812cb5ad59cf3d67911c88a483512179ced2d3
2   "name": "XYInfomationSection",
3   "version": "0.4.0",
4   "summary": "a custom formdata component view, it decouple、elegant and efficient.",
5   "description": "一组可定制化的表单组件,该组件将表单录入组件化,模块化。\n支持方便处理用户事件如:项目录入监听、内容条目折叠展示、数据动态刷新、条目禁用、一键校验录入内容等。\n本模块提供基类控制器,支持使用者只关心业务代码,方便实用。",
6   "homepage": "https://github.com/xiaoyouPrince/SectionDemo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xiaoyouPrince": "xiaoyouPrince@163.com"
13   },
14   "source": {
15     "git": "https://github.com/xiaoyouPrince/SectionDemo.git",
16     "tag": "0.4.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "SectionDemo/XYInfomationSection/**/*.{h,m,xib}",
23   "resource_bundles": {
24     "XYInfomationSection": [
25       "SectionDemo/XYInfomationSection/XYInfomationSection.bundle/*.png"
26     ]
27   },
28   "dependencies": {
29     "Masonry": [
31     ]
32   }