[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / f / 1 / 3 / Kakapo / 0.2.0 / Kakapo.podspec.json
blob2e5ad1f05c6780bd4fddb11dae33a67feed240ee
2   "name": "Kakapo",
3   "version": "0.2.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": "0.2.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/**/*"