[Add] LiteRTSelectTfOps 0.0.1-nightly.20250101
[CocoaPods.git] / Specs / a / f / 6 / OctoAPI / 0.5.0 / OctoAPI.podspec.json
blob12b3e057a304ab5a3454231df17e0ba250315d51
2   "name": "OctoAPI",
3   "version": "0.5.0",
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.0"
18   },
19   "source_files": "Sources/*/*",
20   "dependencies": {
21     "Alamofire": [
22       "4.7.3"
23     ],
24     "Gloss": [
25       "2.1.1"
26     ],
27     "HTMLString": [
28       "~> 4.0"
29     ],
30     "KeychainAccess": [
31       "~> 3.2"
32     ]
33   }