[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 5 / 6 / swiftly-battle-net / 0.1.1 / swiftly-battle-net.podspec.json
bloba290a77b69e1d8045d2c0f4a2b652b85cc96f7b3
2   "name": "swiftly-battle-net",
3   "version": "0.1.1",
4   "summary": "Swift library to communicate with Blizzard's Battle.net API.",
5   "description": "This pod allows one to communicate with Blizzard's Battle.net API. Through calling the methods provided by this pod, one will be able to interact with the various methods Blizzard's Battle.net API currently supports.",
6   "homepage": "https://github.com/JeffScaturro/swiftly-battle-net",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jeff Scaturro": "jeffrey.scaturro@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/JeffScaturro/swiftly-battle-net.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "swiftly-battle-net/Classes/**/*",
22   "dependencies": {
23     "Alamofire": [
24       "~> 3.4"
25     ]
26   }