[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 8 / 3 / RxReSwift / 0.1.0 / RxReSwift.podspec.json
blob81e3b59b564ade9c6b9b52b1bcdf180ef92b148c
2   "name": "RxReSwift",
3   "version": "0.1.0",
4   "summary": "ReSwift extension with a Reactive subscription interface",
5   "homepage": "https://github.com/pepibumur/RxReSwift",
6   "license": "MIT",
7   "authors": {
8     "Pedro Piñera Buendía": "pepibumur@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pepibumur/RxReSwift.git",
12     "tag": "0.1.0"
13   },
14   "social_media_url": "https://twitter.com/pepibumur",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "RxReSwift": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "RxSwift": [
27       "~> 2.3"
28     ],
29     "ReSwift": [
30       "~> 1.0"
31     ]
32   },
33   "pod_target_xcconfig": {
34     "ENABLE_TESTABILITY": "YES"
35   }