[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / f / 1 / d / NRxSwift / 1.0.11 / NRxSwift.podspec.json
blobe4f767fc49f50d0e0f6c0808d8ce04a39f7e5103
2   "name": "NRxSwift",
3   "version": "1.0.11",
4   "summary": "NRxSwift provides NKObservable - non-interrupted observable.",
5   "homepage": "http://cornerteam.com",
6   "license": "MIT",
7   "authors": "Nghia Nguyen",
8   "platforms": {
9     "ios": "8.0"
10   },
11   "source": {
12     "git": "https://github.com/nghiaphunguyen/NRxSwift",
13     "tag": "1.0.11"
14   },
15   "source_files": [
16     "Classes",
17     "NRxSwift/Source/**/*.{swift}"
18   ],
19   "requires_arc": true,
20   "pod_target_xcconfig": {
21     "OTHER_LDFLAGS": "-lObjC"
22   },
23   "dependencies": {
24     "RxSwift": [
26     ]
27   },
28   "pushed_with_swift_version": "3.0"