[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / e / 8 / InFa / 1.0.0 / InFa.podspec.json
blob33f2d24131d031f68cc472fbec9755021e7b406d
2   "name": "InFa",
3   "version": "1.0.0",
4   "summary": "InFa 是一个自定义评分控件。",
5   "description": "InFa 是一个由 Swift 编写的适用于 iOS 的评分控件,可以用于星级展示或接受用户输入评分。",
6   "authors": {
7     "spirit-jsb": "sibo_jian_29903549@163.com"
8   },
9   "license": "MIT",
10   "homepage": "https://github.com/spirit-jsb/InFa.git",
11   "platforms": {
12     "ios": "10.0"
13   },
14   "swift_versions": [
15     "5.0"
16   ],
17   "frameworks": [
18     "Foundation",
19     "UIKit"
20   ],
21   "source": {
22     "git": "https://github.com/spirit-jsb/InFa.git",
23     "tag": "1.0.0"
24   },
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": [
30         "Sources/**/*.swift",
31         "Sources/InFa.h"
32       ]
33     }
34   ],
35   "swift_version": "5.0"