[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / a / 4 / 1 / YYDataFlow / 0.0.1 / YYDataFlow.podspec.json
blob247d723a1a8f0aa88a88f260e8aa110c3745dbc8
2   "name": "YYDataFlow",
3   "version": "0.0.1",
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.1"
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"