[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 4 / 0 / Pring / 0.2.6 / Pring.podspec.json
blob673d349e901e3d3b7fa0a56d8b0ea13e2a26428f
2   "name": "Pring",
3   "version": "0.2.6",
4   "summary": "Firestore model framework",
5   "description": "Pring is a framework for defining Firestore's Model. You can seamlessly manage Firestorage data and operate all values type-safely.",
6   "homepage": "https://github.com/1amageek/Pring",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "1amageek": "tmy0x3@icloud.com"
13   },
14   "social_media_url": "http://twitter.com/1amageek",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/1amageek/Pring.git",
20     "tag": "0.2.6"
21   },
22   "source_files": "Pring/**/*.swift",
23   "requires_arc": true,
24   "static_framework": true,
25   "dependencies": {
26     "Firebase/Core": [
28     ],
29     "Firebase/Firestore": [
31     ],
32     "Firebase/Storage": [
34     ]
35   }