[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / f / 6 / OctoAPI / 0.5.1 / OctoAPI.podspec.json
blobc9ca7029867081e0e4fb97d685393ae9bfd481cf
2   "name": "OctoAPI",
3   "version": "0.5.1",
4   "summary": "Octo is a JSON API abstraction layer built on top of Alamofire for your iOS projects written in Swift 3+",
5   "homepage": "http://ferus.info",
6   "license": "MIT",
7   "authors": {
8     "Maciej Kołek": "hello@ferus.info"
9   },
10   "social_media_url": "http://twitter.com/ferusinfo",
11   "platforms": {
12     "ios": "10.0"
13   },
14   "swift_version": "4.2",
15   "source": {
16     "git": "https://github.com/ferusinfo/OctoAPI.git",
17     "tag": "0.5.1"
18   },
19   "source_files": "Sources/*/*",
20   "dependencies": {
21     "Alamofire": [
22       "~> 4.8"
23     ],
24     "Gloss": [
25       "~> 2.1"
26     ],
27     "HTMLString": [
28       "~> 4.0"
29     ],
30     "KeychainAccess": [
31       "~> 3.2"
32     ]
33   }