[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 4 / c / 3 / RxExternalAccessory / 2.0.0 / RxExternalAccessory.podspec.json
blob8b5a761088dbf2da1ddb59a753e624e90fee9da1
2   "name": "RxExternalAccessory",
3   "version": "2.0.0",
4   "summary": "RxSwift wrapper around ExternalAccessory framework",
5   "homepage": "https://github.com/laxmorek/RxExternalAccessory",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kamil Harasimowicz": "kamil.harasimowicz@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/laxmorek/RxExternalAccessory.git",
15     "tag": "2.0.0"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "source_files": "RxExternalAccessory/Sources/**/*.swift",
21   "frameworks": "ExternalAccessory",
22   "dependencies": {
23     "RxSwift": [
24       "~> 5.0"
25     ]
26   }