[Add] SmartCodable 3.4.6-beta
[CocoaPods.git] / Specs / e / 3 / 0 / RxLifeCycle / 1.0.0 / RxLifeCycle.podspec.json
blob284c904f3a6b68f1ce754abe189098500d0435e7
2   "name": "RxLifeCycle",
3   "summary": "Easy life cycle observation",
4   "version": "1.0.0",
5   "homepage": "https://github.com/onmyway133/RxLifeCycle",
6   "license": "MIT",
7   "authors": {
8     "Khoa Pham": "onmyway133@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/onmyway133/RxLifeCycle.git",
12     "tag": "1.0.0"
13   },
14   "social_media_url": "https://twitter.com/onmyway133",
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.2"
18   },
19   "requires_arc": true,
20   "source_files": "Sources/**/*",
21   "dependencies": {
22     "RxSwift": [
23       "~> 4.0"
24     ],
25     "RxCocoa": [
26       "~> 4.0"
27     ]
28   },
29   "pod_target_xcconfig": {
30     "SWIFT_VERSION": "4.0"
31   },
32   "pushed_with_swift_version": "4.0"