blob: 21b0848317f8a7b700f39686391ecd2e94f89d83 [file] [log] [blame]
{
"name": "Pring",
"version": "0.0.1",
"summary": "Firestore model framework",
"description": "Pring is a framework for defining Firestore's Model. You can seamlessly manage Firestorage data and operate all values type-safely.",
"homepage": "https://github.com/1amageek/Pring",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"1amageek": "tmy0x3@icloud.com"
},
"social_media_url": "http://twitter.com/1amageek",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/1amageek/Pring.git",
"tag": "0.0.1"
},
"source_files": "Pring/**/*.swift",
"requires_arc": true,
"static_framework": true,
"dependencies": {
"Firebase/Core": [
],
"Firebase/Firestore": [
],
"Firebase/Storage": [
]
}
}