blob: 8be7b2b15e19f1c93d785f7b568ae34549b486cb [file] [log] [blame]
{
"name": "Unrealm",
"swift_versions": "5.0",
"version": "0.1.0",
"summary": "A short description of Unrealm.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/arturdev/Unrealm",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"arturdev": "mkrtarturdev@gmail.com"
},
"source": {
"git": "https://github.com/arturdev/Unrealm.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Unrealm/Classes/**/*.{h,m,swift}",
"dependencies": {
"RealmSwift": [
"3.15.0"
],
"Runtime": [
"2.1.0"
]
},
"swift_version": "5.0"
}