[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / e / a / d / bFSwift / 0.2.0 / bFSwift.podspec.json
blob2f3b6d6792da9c37c01c6de62cd1b26b238d067c
2   "name": "bFSwift",
3   "version": "0.2.0",
4   "summary": "bitFlyer Lightning API wrapper for Swift",
5   "description": "For easy access to bitFlyer Lightning APIs from Swift",
6   "homepage": "https://github.com/kyotaw/bFSwift",
7   "license": "MIT",
8   "authors": {
9     "kyotaw": "httg1326@gmail.com"
10   },
11   "platforms": {
12     "ios": "10.2"
13   },
14   "source": {
15     "git": "https://github.com/kyotaw/bFSwift.git",
16     "commit": "fee0719a3150a9bd83a1609091d2cfdf3674fed0",
17     "tag": "0.2.0"
18   },
19   "source_files": "bFSwift/**/*.{swift}",
20   "requires_arc": true,
21   "dependencies": {
22     "CryptoSwift": [
24     ],
25     "Alamofire": [
26       "~>4.0"
27     ],
28     "SwiftWebSocket": [
29       "2.6.5"
30     ],
31     "SwiftyJSON": [
33     ]
34   }