[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 4 / 1 / KHDataBind / 0.0.1 / KHDataBind.podspec.json
blobcd18ce037185e08fbce7af2e9624be5fac0c1e5b
2   "name": "KHDataBind",
3   "version": "0.0.1",
4   "summary": "using KVO to binding a data model with view",
5   "description": "to make table view auto sync from a array",
6   "homepage": "https://github.com/gevin/KHDataBind",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "GevinChen": "lowgoo@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/gevin/KHDataBind.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "KHDataBind/*",
21   "ios": {
22     "frameworks": [
23       "Foundation",
24       "UIKit"
25     ]
26   },
27   "requires_arc": true