[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / 7 / 0 / RxPhotos / 1.0.0 / RxPhotos.podspec.json
blob8d8eb5c83b208b0826a71b82519df623e0755ae2
2   "name": "RxPhotos",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Reactive extensions for Photos framework.",
9   "homepage": "https://github.com/istered/RxPhotos",
10   "authors": {
11     "Anton Romanov": "istered@outlook.com"
12   },
13   "source": {
14     "git": "https://github.com/istered/RxPhotos.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "Source/**/*.{h,m,swift}",
18   "swift_version": "4.0",
19   "frameworks": [
20     "UIKit",
21     "Foundation",
22     "AVFoundation",
23     "Photos"
24   ],
25   "dependencies": {
26     "RxSwift": [
27       "~> 4.0"
28     ]
29   },
30   "platforms": {
31     "ios": "10.0"
32   }