[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 0 / 3 / 6 / MTORefresher / 1.0.0 / MTORefresher.podspec.json
blobb11e4dabd9c2745e04d6f0b22216bf82b2af8466
2   "name": "MTORefresher",
3   "version": "1.0.0",
4   "summary": "MTORefresher is a Swift implementation of pull-to-refresh",
5   "description": "MTORefresher is a Swift implementation of pull-to-refresh, include pull-down and pull-up. Use 1 line of code can make this. Also you can use Component protocol to custom your own pull-to-refresh Component.",
6   "homepage": "https://github.com/lihei12345/MTORefresher",
7   "license": "MIT",
8   "authors": {
9     "lifuqiang": "195135955@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/lihei12345/MTORefresher.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "pushed_with_swift_version": "3.0",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Source/*.swift",
25       "frameworks": "UIKit"
26     },
27     {
28       "name": "BasicComponent",
29       "source_files": "BasicComponent/*.swift",
30       "dependencies": {
31         "MTORefresher/Core": [
33         ]
34       },
35       "resources": "BasicComponent/*.{png,jpg}"
36     }
37   ]