[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / b / e / SSCacheControl / 0.1.4 / SSCacheControl.podspec.json
blob124cfb4817334c3dc39436ea3b6ca9dadd1bfe6f
2   "name": "SSCacheControl",
3   "version": "0.1.4",
4   "summary": "Client-Side Cache-Control Extension base on Alamofire and SwiftyJSON.",
5   "description": "Client-Side Cache-Control Extension base on Alamofire and SwiftyJSON. :]",
6   "homepage": "https://github.com/CodeEagle/SSCacheControl",
7   "license": "MIT",
8   "authors": {
9     "CodeEagle": "stasura@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/CodeEagle/SSCacheControl.git",
13     "tag": "0.1.4"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Default",
20   "dependencies": {
21     "Alamofire": [
23     ]
24   },
25   "subspecs": [
26     {
27       "name": "Default",
28       "source_files": [
29         "Source/SSCacheControl.swift",
30         "Source/SSCacheControl+Default.swift"
31       ]
32     },
33     {
34       "name": "SwiftyJSON",
35       "source_files": [
36         "Source/SSCacheControl.swift",
37         "Source/SSCacheControl+SwiftyJSON.swift"
38       ],
39       "dependencies": {
40         "SwiftyJSON": [
42         ]
43       }
44     }
45   ]