blob: bb6c5f3f40cc534cc1288ca4bc6321c815837ba3 [file] [log] [blame]
{
"name": "Lune",
"version": "0.0.1",
"summary": "Dynamic Link Wrapper Library for iOS",
"homepage": "https://github.com/yotsu12/Lune",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"giiiita": "yotsu12t@gmail.com"
},
"social_media_url": "https://twitter.com/giiiita_7",
"platforms": {
"ios": "11.0"
},
"swift_version": "5.0",
"source": {
"git": "https://github.com/yotsu12/Lune.git",
"tag": "0.0.1"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"static_framework": true,
"dependencies": {
"Firebase/Analytics": [
],
"Firebase/DynamicLinks": [
]
}
}