blob: 417a07ddd65adce8987a6a40541e2262f0ea7159 [file] [log] [blame]
{
"name": "SSCacheControl",
"version": "0.1.3",
"summary": "Client-Side Cache-Control Extension base on Alamofire and SwiftyJSON.",
"description": "Client-Side Cache-Control Extension base on Alamofire and SwiftyJSON. :]",
"homepage": "https://github.com/CodeEagle/SSCacheControl",
"license": "MIT",
"authors": {
"CodeEagle": "stasura@hotmail.com"
},
"source": {
"git": "https://github.com/CodeEagle/SSCacheControl.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*",
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
]
}
}