[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / 7 / 4 / ZaifSwift / 0.1.0 / ZaifSwift.podspec.json
blob4b479a8add64f45ce620aedea988bf7b5af47d99
2   "name": "ZaifSwift",
3   "version": "0.1.0",
4   "summary": "Zaif Exchange API wrappers for Swift",
5   "description": "For easy access to Zaif APIs from Swift",
6   "homepage": "https://github.com/kyotaw/ZaifSwift",
7   "license": "MIT",
8   "authors": {
9     "kyotaw": "httg1326@gmail.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/kyotaw/ZaifSwift.git",
16     "commit": "17b775151f9898fecf1ab9662491e68ff4aaface",
17     "tag": "0.1.0"
18   },
19   "source_files": "ZaifSwift/**/*.{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   }