[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 8 / a / IpfsApi / 0.1.0 / IpfsApi.podspec.json
blob230ab8d6a0dea60d242be4f5dea6f043abbbc8e1
2   "name": "IpfsApi",
3   "version": "0.1.0",
4   "summary": "A wrapper of the IPFS Client HTTP-API for iOS.",
5   "module_name": "Ipfs",
6   "description": "A client library for the IPFS HTTP API, implemented in Swift. Check out IPFS Docs(https://ipfs.io/docs/api/) for the full command reference.",
7   "homepage": "https://github.com/kjaylee/ios-ipfs-api",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "kjaylee": "k.jaylee@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/kjaylee/ios-ipfs-api.git",
17     "tag": "0.1.0"
18   },
19   "social_media_url": "https://twitter.com/kjaylee",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "swift_version": "4.1",
24   "source_files": "IpfsApi/Classes/*.swift",
25   "dependencies": {
26     "Moya": [
27       "~> 11.0"
28     ]
29   }