[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / e / 2 / BinanceAPI / 0.0.3 / BinanceAPI.podspec.json
blob035cbf5b74d1ca75015f8d106f3c96414bf5726f
2   "name": "BinanceAPI",
3   "version": "0.0.3",
4   "license": "MIT",
5   "summary": "An Objective-C based implementation of the Binance API for iOS and macOS.",
6   "homepage": "https://cocoapods.org/pods/BinanceAPI",
7   "authors": "Chris Dite",
8   "source": {
9     "git": "https://github.com/cbdite/BinanceAPI.git",
10     "tag": "0.0.3"
11   },
12   "requires_arc": true,
13   "platforms": {
14     "ios": "10.0",
15     "osx": "10.13"
16   },
17   "source_files": "Classes/**/*.{h,m}",
18   "frameworks": "Security",
19   "dependencies": {
20     "AFNetworking": [
21       "3.1.0"
22     ],
23     "AFNetworking-Synchronous/3.x": [
24       "1.1.0"
25     ],
26     "CocoaLumberjack": [
27       "3.3.0"
28     ],
29     "PocketSocket": [
30       "1.0.1"
31     ]
32   }