[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 2 / a / GoHTTP / 0.1.0 / GoHTTP.podspec.json
blob22156a76c490488d859d20bb45dc34d57a6147a7
2   "name": "GoHTTP",
3   "version": "0.1.0",
4   "summary": "HTTP lib to Swift",
5   "description": "Simple HTTP lib to Swift integrated with SwiftyJSON.",
6   "homepage": "https://github.com/felipevolpone/GoHTTP.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "felipevolpone": "felipevolpone@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/felipevolpone/GoHTTP.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GoHTTP/Classes/**/*",
22   "dependencies": {
23     "SwiftyJSON": [
25     ]
26   }