[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / f / 1 / 3 / Kakapo / 2.1.0 / Kakapo.podspec.json
blob180a36bf653ba9f53441fd175d165816cade63aa
2   "name": "Kakapo",
3   "version": "2.1.0",
4   "summary": "Dynamically Mock server behaviors and responses.",
5   "description": "Dynamically Mock server behaviors and responses.\n\t\tKakapo allows you to replicate your backend APIs and logic.\n\t\tWith Kakapo you can easily prototype your application based on your API specifications.\n\t\tWhile usually network mocks involve using static json files Kakapo let you create Swift structs/classes/enums that are automatically serialized to JSON.",
6   "homepage": "https://github.com/devlucky/Kakapo",
7   "license": "MIT",
8   "authors": {
9     "Alex Manzella": "manzopower@icloud.com",
10     "Joan Romano": "joanromano@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/devlucky/Kakapo.git",
14     "tag": "2.1.0"
15   },
16   "social_media_url": "https://twitter.com/devluckyness",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.11",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "source_files": "Source/**/*"