[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / a / 7 / RACAnimated / 0.1.0 / RACAnimated.podspec.json
blob75358526d6ef67a991c0205ce41b8253dcf4db8c
2   "name": "RACAnimated",
3   "version": "0.1.0",
4   "summary": "Animated bindings for ReactiveCocoa",
5   "description": "从RxSwiftCommunity中同步相关库到ReactiveSwift/ReactiveCocoa,RACAnimated同步RxAnimated",
6   "homepage": "https://github.com/arcangelw/RACAnimated",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "arcangelw": "wuzhezmc@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/arcangelw/RACAnimated.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "tvos": "10.0"
21   },
22   "default_subspecs": "Core",
23   "source_files": "RACAnimated/Classes/**/*",
24   "frameworks": "UIKit",
25   "dependencies": {
26     "ReactiveCocoa": [
27       "~> 8.0.0"
28     ]
29   },
30   "swift_version": "4.2",
31   "subspecs": [
32     {
33       "name": "Core"
34     }
35   ]