[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 3 / 6 / MTORefresher / 0.1.0 / MTORefresher.podspec.json
blob093267342c8d4e85b0ad95603107347d2af7ef4b
2   "name": "MTORefresher",
3   "version": "0.1.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": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Source/*.swift",
24       "frameworks": "UIKit"
25     },
26     {
27       "name": "BasicComponent",
28       "source_files": "BasicComponent/*.swift",
29       "dependencies": {
30         "MTORefresher/Core": [
32         ]
33       },
34       "resources": "BasicComponent/*.{png,jpg}"
35     }
36   ]