[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 1 / 3 / Kakapo / 0.1.0 / Kakapo.podspec.json
blob7e261a3afa3adb60973351cb66b3c3c7a1283a33
2   "name": "Kakapo",
3   "version": "0.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": "0.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/**/*"