blob: bc9540e7df68487c2119a91d9924ae0f7a1f8f57 [file] [log] [blame]
{
"name": "UniversalLoaderPod",
"version": "0.1.1",
"summary": "A Swift library for downloading and caching any generic data from the network.",
"description": "A Generic data (Images, JSON, XML etc) downloading and caching library for iOS. -Library for data downloading and caching -Demo project including lazy loading of images -Cancel download option -Max capacity cache configuration option",
"homepage": "https://github.com/abdulbasitnaqash/UniversalLoaderPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"abdulbasitnaqash": "basit@trialx.com"
},
"source": {
"git": "https://github.com/abdulbasitnaqash/UniversalLoaderPod.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UniversalLoaderPod/Classes/**/*"
}