[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 1 / 5 / 6 / swiftly-battle-net / 0.1.11 / swiftly-battle-net.podspec.json
blobd3747564d018eea60d8160bdd16f70192a74d6d2
2   "name": "swiftly-battle-net",
3   "version": "0.1.11",
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.11"
17   },
18   "social_media_url": "https://twitter.com/jeff_scaturro",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "swiftly-battle-net/Classes/**/*",
23   "dependencies": {
24     "Alamofire": [
25       "~> 3.4"
26     ]
27   }