[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 9 / d / a / Boilerplate / 0.2.1 / Boilerplate.podspec.json
blob8a382ffcdd6aab222b8c301f1fc53d19f331b684
2   "name": "Boilerplate",
3   "version": "0.2.1",
4   "license": {
5     "type": "Apache 2.0",
6     "file": "LICENSE"
7   },
8   "summary": "Swift boilerplate code library with tons of useful stuff, including Linux compatibility layers",
9   "homepage": "https://github.com/crossroadlabs/Boilerplate",
10   "social_media_url": "https://github.com/crossroadlabs/Boilerplate",
11   "authors": {
12     "Daniel Leping": "daniel@crossroadlabs.xyz"
13   },
14   "source": {
15     "git": "https://github.com/crossroadlabs/Boilerplate.git",
16     "tag": "0.2.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": "Boilerplate/*.swift",
25   "dependencies": {
26     "Result": [
27       "~> 2.0"
28     ]
29   },
30   "requires_arc": true