[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 3 / 6 / e / ISOnDemandTableView / 1.0.0 / ISOnDemandTableView.podspec.json
blobf4117437558bf8f99dbec71f3a2670fd5e9c9d32
2   "name": "ISOnDemandTableView",
3   "version": "1.0.0",
4   "summary": "A standard implementation for on-demand content in tableView",
5   "description": "ISOnDemandTableView is a standard implementation for on-demand content in tableView that allows you to download content as you scroll",
6   "homepage": "https://github.com/Ilhasoft/ISOnDemandTableView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dielson Sales": "dielson@ilhasoft.com.br"
13   },
14   "source": {
15     "git": "https://github.com/Ilhasoft/ISOnDemandTableView.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/dielsonsaless",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": [
23     "ISOnDemandTableView/*.h",
24     "ISOnDemandTableView/*.m"
25   ]