[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / f / 1 / 3 / Kakapo / 2.0.0 / Kakapo.podspec.json
blob1d632c4c765ac6d82a813509e3f5a7f1101c6726
2   "name": "Kakapo",
3   "version": "2.0.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.0.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/**/*"