[Add] SwiftCoreData 0.6.2
[CocoaPods.git] / Specs / 9 / 6 / 0 / SSRefresh / 0.1.1 / SSRefresh.podspec.json
blob2304b862529f1b7bb709ffd22053e5f3195df8a4
2   "name": "SSRefresh",
3   "version": "0.1.1",
4   "summary": "SSRefresh. inspired by MJRefresh, overwrited by Swift",
5   "homepage": "https://github.com/ws00801526/SSRefresh",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Fraker.XM": "3057600441@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/ws00801526/SSRefresh.git",
15     "tag": "0.1.1"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "swift_versions": "5.0",
21   "default_subspecs": "SR",
22   "subspecs": [
23     {
24       "name": "Base",
25       "resources": "Sources/SSRefresh/*.{lproj,png}",
26       "source_files": "Sources/SSRefresh/*.swift"
27     },
28     {
29       "name": "MJ",
30       "dependencies": {
31         "SSRefresh/Base": [
33         ]
34       },
35       "source_files": "Sources/SSRefresh/MJ/**/*"
36     },
37     {
38       "name": "SR",
39       "dependencies": {
40         "SSRefresh/Base": [
42         ]
43       },
44       "source_files": "Sources/SSRefresh/SR/**/*"
45     }
46   ],
47   "swift_version": "5.0"