[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / a / 9 / 7 / SwiftFlyer / 0.2.2 / SwiftFlyer.podspec.json
blobeccf3c466243f30f97ab7b3804b68889e7e7b211
2   "name": "SwiftFlyer",
3   "version": "0.2.2",
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.2.2"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11"
21   },
22   "source_files": "SwiftFlyer/**/*",
23   "dependencies": {
24     "CryptoSwift": [
25       "~> 0.8.3"
26     ],
27     "Starscream": [
28       "~> 3.0.5"
29     ]
30   }