[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 1 / d / NRxSwift / 0.1.3 / NRxSwift.podspec.json
blob4906ea5a37161db88916a97f932cb720b5ac6996
2   "name": "NRxSwift",
3   "version": "0.1.3",
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": "0.1.3"
14   },
15   "source_files": [
16     "Classes",
17     "NRxSwift/NRxSwift/**/*.{swift}"
18   ],
19   "requires_arc": true,
20   "pod_target_xcconfig": {
21     "OTHER_LDFLAGS": "-lObjC"
22   },
23   "dependencies": {
24     "RxSwift": [
25       "2.5.0"
26     ]
27   }