blob: 124cfb4817334c3dc39436ea3b6ca9dadd1bfe6f [file] [log] [blame]
{
"name": "SSCacheControl",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Default",
"dependencies": {
"Alamofire": [
]
},
"subspecs": [
{
"name": "Default",
"source_files": [
"Source/SSCacheControl.swift",
"Source/SSCacheControl+Default.swift"
]
},
{
"name": "SwiftyJSON",
"source_files": [
"Source/SSCacheControl.swift",
"Source/SSCacheControl+SwiftyJSON.swift"
],
"dependencies": {
"SwiftyJSON": [
]
}
}
]
}