blob: f923d44553c53f1bdf032d7acf794e06c0707fe6 [file] [log] [blame]
{
"name": "SSSmartView",
"version": "0.2.1",
"summary": "UITableView / UICollectionView / NSFetchedResultsController",
"description": "Supports multiple Entities\nSupports UITableView / UICollectionView\nLoad More Spinner at the bottom",
"homepage": "https://github.com/shwetsolanki/SSSmartView",
"license": "MIT",
"authors": {
"Shwet Solanki": "me@shwet.net"
},
"source": {
"git": "https://github.com/shwetsolanki/SSSmartView.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/shwetsolanki",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SSSmartView": [
"Pod/Assets/*.png"
]
},
"resources": "Pod/Nibs/*.xib",
"dependencies": {
"HTDelegateProxy": [
]
}
}