[Add] YIM 2.2.1
[CocoaPods.git] / Specs / e / 4 / b / GenAPI / 0.2.0 / GenAPI.podspec.json
blob972bd056cd7fdba35cec54cd2d01a4a4c0cf2ac2
2   "name": "GenAPI",
3   "version": "0.2.0",
4   "summary": "GenAPI is lightweight, Swift, Generics based library for consuming REST APIs.",
5   "description": "Use GenAPI to easily consume REST API's in a way that takes advantage of Swift Generics.",
6   "homepage": "https://github.com/LucasBest/GenAPI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lucas Best": "lucas.best.5@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/LucasBest/GenAPI.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GenAPI/Classes/**/*",
22   "dependencies": {
23     "ObjectDecoder": [
25     ]
26   }