[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 0 / 4 / b / Separator / 1.0.0 / Separator.podspec.json
blob669d90ff8c54abb3479cc6d80ed5c488764b081b
2   "name": "Separator",
3   "version": "1.0.0",
4   "summary": "一个轻量级的为视图添加分割线的工具.",
5   "description": "一个轻量级的为视图添加分割线的工具,方便在项目中添加各种分割线,以达到设计想要的效果",
6   "homepage": "https://github.com/ButtFly/Separator",
7   "license": "MIT",
8   "authors": {
9     "余河川": "315585758@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/ButtFly/Separator.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Separator": [
22       "Pod/Assets/*.png"
23     ]
24   }