[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / e / 5 / LTCustomProtocol / 0.0.1 / LTCustomProtocol.podspec.json
blob1941233bfc0a5265249bdf989c210995f5fbf2d4
2   "name": "LTCustomProtocol",
3   "version": "0.0.1",
4   "summary": "Some custom protocols that speed development.",
5   "description": "Some custom protocols that speed development.",
6   "homepage": "https://github.com/TopSkySir/LTCustomProtocol.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "TopSkySir": "TopSkyComeOn@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/TopSkySir/LTCustomProtocol.git",
19     "tag": "0.0.1"
20   },
21   "swift_version": "4.0",
22   "subspecs": [
23     {
24       "name": "ScrollViewRefresh",
25       "platforms": {
26         "ios": "8.0"
27       },
28       "source_files": "Sources/ScrollViewRefresh/*.swift",
29       "dependencies": {
30         "MJRefresh": [
31           "~> 3.1.15.3"
32         ]
33       }
34     }
35   ]