[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 0 / 9 / IMTreeView / 1.0.0 / IMTreeView.podspec.json
blob936a683f6fae5b0cbce591f5692c447c6d79b0c0
2   "name": "IMTreeView",
3   "version": "1.0.0",
4   "summary": "Display tree structures with a UITableView.",
5   "description": "IMTreeView is an extension to UITableView that allows you to display any number of rows within rows. It allows you to expand and collapse rows, and perform any actions you would with a UITableView.",
6   "homepage": "https://github.com/IMcD23/IMTreeView",
7   "license": "MIT",
8   "authors": {
9     "Ian McDowell": "mcdow.ian@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/IMcD23/IMTreeView.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/ian_mcdowell",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "IMTreeView": [
23       "Pod/Assets/*.png"
24     ]
25   }