[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 4 / 9 / Meow / 2.0.1 / Meow.podspec.json
blobd5e5b2546767ce96897b0aa467a85a8906027fed
2   "name": "Meow",
3   "platforms": {
4     "ios": "11.0"
5   },
6   "version": "2.0.1",
7   "summary": "A pure swift MongoDB ORM built on MongoKitten Mobile",
8   "description": "A codable ORM for MongoDB embedded and server setups.",
9   "swift_versions": "4.2",
10   "homepage": "https://github.com/OpenKitten/Meow",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Joannis Orlandos": "joannis@orlandos.nl",
17     "Robbert Brandsma": "i@robbertbrandsma.nl"
18   },
19   "source": {
20     "git": "https://github.com/OpenKitten/Meow.git",
21     "tag": "2.0.1"
22   },
23   "social_media_url": "https://twitter.com/joannisorlandos",
24   "dependencies": {
25     "MongoKitten": [
26       ">= 5.1.3"
27     ]
28   },
29   "source_files": "Sources/Meow/**/*"