[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 4 / 1 / reddift / 2.0.0 / reddift.podspec.json
blob2e85c06f03e1f38e3078428f517b9c22664a88c0
2   "name": "reddift",
3   "version": "2.0.0",
4   "summary": "Swift Reddit API Wrapper.",
5   "description": "reddift is Swift Reddit API Wrapper.\n - Supports OAuth2(and DOES NOT support Cookie-authentication).\n - Supports multi-accounts using KeyChain.",
6   "homepage": "https://github.com/sonsongithub/reddift",
7   "license": "MIT",
8   "authors": {
9     "sonson": "yoshida.yuichi@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sonsongithub/reddift.git",
13     "tag": "v2.0.0",
14     "submodules": true
15   },
16   "social_media_url": "https://twitter.com/sonson_twit",
17   "platforms": {
18     "ios": "8.4",
19     "osx": "10.9",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "reddift/*/*.swift",
25     "reddift/vendor/Google/*.{h,m}"
26   ],
27   "pushed_with_swift_version": "3.0",
28   "subspecs": [
29     {
30       "name": "MiniKeychain",
31       "source_files": "reddift/vendor/MiniKeychain/MiniKeychain/MiniKeychain.swift"
32     }
33   ]