[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 9 / 7 / SwiftFlyer / 0.1.3 / SwiftFlyer.podspec.json
blobc0522df74a494be87e13338b5297125efce5f16e
2   "name": "SwiftFlyer",
3   "version": "0.1.3",
4   "summary": "An API wrapper for bitFlyer written in Swift.",
5   "description": "An API wrapper for bitFlyer that supports all providing API.",
6   "homepage": "https://github.com/rinov/SwiftFlyer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rinov": "rinov@rinov.jp"
13   },
14   "source": {
15     "git": "https://github.com/rinov/SwiftFlyer.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11"
21   },
22   "source_files": "SwiftFlyer/**/*",
23   "dependencies": {
24     "CryptoSwift": [
25       "~> 0.8"
26     ],
27     "PubNub": [
28       "~> 4.7"
29     ]
30   }