[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 9 / 2 / 0 / RxCoreNFC / 0.6.2 / RxCoreNFC.podspec.json
blob1cb8850960d810fd8c4ec65de699ba42f518025b
2   "name": "RxCoreNFC",
3   "version": "0.6.2",
4   "summary": "Reactive extension for the CoreNFC.",
5   "description": "Reactive extension for the CoreNFC.",
6   "homepage": "https://github.com/Karibash/RxCoreNFC",
7   "license": "MIT",
8   "authors": "Karibash",
9   "social_media_url": "https://twitter.com/Karibash",
10   "platforms": {
11     "ios": "11.0"
12   },
13   "source": {
14     "git": "https://github.com/Karibash/RxCoreNFC.git",
15     "tag": "0.6.2"
16   },
17   "source_files": "Sources/**/*.{swift}",
18   "requires_arc": true,
19   "swift_versions": "5.0",
20   "frameworks": [
21     "Foundation",
22     "CoreNFC"
23   ],
24   "dependencies": {
25     "RxSwift": [
26       "~> 5.0"
27     ],
28     "RxCocoa": [
29       "~> 5.0"
30     ]
31   },
32   "swift_version": "5.0"