[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 9 / 7 / 1 / DDKeyPathChannel / 0.0.4 / DDKeyPathChannel.podspec.json
blobcd0f9b3fab8a7e03e11acd336b6e6f4ad7bbd762
2   "name": "DDKeyPathChannel",
3   "version": "0.0.4",
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.4"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "frameworks": "Foundation",
24   "requires_arc": true