[Add] CZarSDK 1.1.12-test01
[CocoaPods.git] / Specs / e / 4 / b / GenAPI / 0.2.2 / GenAPI.podspec.json
blob25d08d756514aeca75b324db5d3176a6f6c46f42
2   "name": "GenAPI",
3   "version": "0.2.2",
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.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GenAPI/Classes/**/*",
22   "dependencies": {
23     "ObjectDecoder": [
25     ]
26   }