blob: 9b7748f4c703fb1d267489357cacf0b1ddf4955e [file] [log] [blame]
{
"name": "FeedCache",
"version": "1.1.1",
"summary": "A Swift framework for consuming and displaying feeds in iOS.",
"description": "FeedCache is an alternative to using CoreData to manage paginated feed data. Architecturally, it replaces an NSFetchedResultsController, while caching data with NSCoding so the feed can load quickly from a cold start.",
"homepage": "https://github.com/ElectricObjects/FeedCache",
"license": "MIT",
"authors": {
"Rob Seward": "rob@electricobjects.com"
},
"source": {
"git": "https://github.com/ElectricObjects/FeedCache.git",
"tag": "1.1.1"
},
"social_media_url": "https://twitter.com/robseward",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"pushed_with_swift_version": "3.0"
}