blob: 1f281f9f25700f87ee28177a9d8899a7daf908a2 [file] [log] [blame]
{
"name": "SSCacheControl",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*",
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
]
}
}