[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / f / a / SwiftDataBinding / 0.1.0 / SwiftDataBinding.podspec.json
blob4a01b49171dcea3f102904592f33f42f632a0826
2   "name": "SwiftDataBinding",
3   "version": "0.1.0",
4   "summary": "Manipulate data to change the rendering of the view",
5   "description": "Responsive UI Tools, make the rendering of the view changed by data change, inspired by vue.",
6   "homepage": "https://github.com/ajunjunandtmac/SwiftDataBinding",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ajunjunandtmac": "120489458@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/ajunjunandtmac/SwiftDataBinding.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SwiftDataBinding/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "RxSwift": [
26     ],
27     "RxCocoa": [
29     ]
30   }