[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / e / 4 / 0 / Pring / 0.2.5 / Pring.podspec.json
blobeb3d91d9d95a26b332d6df6606971ed1e6fcbc95
2   "name": "Pring",
3   "version": "0.2.5",
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.5"
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   }