[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / f / 1 / d / NRxSwift / 0.2.9 / NRxSwift.podspec.json
blobb1bd9170ddbfb53b356ec1743d25ca3173ac0a51
2   "name": "NRxSwift",
3   "version": "0.2.9",
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.2.9"
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": [
26     ]
27   }