[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 0 / 6 / 2 / SSSmartView / 0.1.7 / SSSmartView.podspec.json
blobb157abefc50841b150170c5b2685cc237f380810
2   "name": "SSSmartView",
3   "version": "0.1.7",
4   "summary": "UITableView / UICollectionView / NSFetchedResultsController",
5   "description": "Supports multiple Entities\nSupports UITableView / UICollectionView\nLoad More Spinner at the bottom",
6   "homepage": "https://github.com/shwetsolanki/SSSmartView",
7   "license": "MIT",
8   "authors": {
9     "Shwet Solanki": "me@shwet.net"
10   },
11   "source": {
12     "git": "https://github.com/shwetsolanki/SSSmartView.git",
13     "tag": "0.1.7"
14   },
15   "social_media_url": "https://twitter.com/shwetsolanki",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "SSSmartView": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "resources": "Pod/Nibs/*.xib",
27   "dependencies": {
28     "HTDelegateProxy": [
30     ]
31   }