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