[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 9 / 2 / SimpleRefresh / 0.0.1 / SimpleRefresh.podspec.json
blob779a8778477e99d1d60b63be0693b5fd03843b66
2   "name": "SimpleRefresh",
3   "version": "0.0.1",
4   "summary": "So simple pull to refresh framework in iOS written by Swift4.2",
5   "description": "A simple pull to refresh lib with highly customizable animation.",
6   "homepage": "https://github.com/qiuncheng/SimpleRefresh",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "qiuncheng": "qiuncheng@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/qiuncheng/SimpleRefresh.git",
16     "tag": "0.0.1"
17   },
18   "social_media_url": "https://twitter.com/vsccw",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "swift_version": "4.2",
23   "source_files": "SimpleRefresh/Classes/**/*",
24   "resources": [
25     "SimpleRefresh/Assets/*.png"
26   ]