[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 4 / 1 / YYDataFlow / 0.0.2 / YYDataFlow.podspec.json
blob3d67ab7e8af1293546654d8205036cd109554b51
2   "name": "YYDataFlow",
3   "version": "0.0.2",
4   "summary": "去中心化的KVO,数据驱动",
5   "description": "对象A的属性a,与数据对象B的属性b绑定,当数据对象B的属性b发生变化时,对象A的属性a可以同步获取改变",
6   "homepage": "https://github.com/yuanyuan100/YYDataFlow",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yvan": "yuanyuan_pyy@163.com"
13   },
14   "source": {
15     "git": "https://github.com/yuanyuan100/YYDataFlow.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "YYDataFlow/Classes/**/*",
22   "public_header_files": "YYDataFlow/Classes/**/NSObject+YYDataFlow.h",
23   "frameworks": "UIKit"