[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 7 / 1 / DDKeyPathChannel / 0.0.1 / DDKeyPathChannel.podspec.json
blob9c3051b94362df042568ef6a54d3e76f69f2d8ac
2   "name": "DDKeyPathChannel",
3   "version": "0.0.1",
4   "summary": "Synchronize data between different object of different class by keyPath.",
5   "description": "Synchronize data between different object of different class by keyPath.",
6   "homepage": "https://github.com/djs66256/DDKeyPathChannel",
7   "license": "MIT",
8   "authors": {
9     "Daniel": "djs66256@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/djs66256/DDKeyPathChannel.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "frameworks": "Foundation",
24   "requires_arc": true