blob: 3e9379d87bda78067ac03669235e9cc1d664eb7a [file] [log] [blame]
{
"name": "SnippetsFramework",
"module_name": "Snippets",
"version": "1.0.0",
"description": "The Snippets framework enables drop-in functionality to interact with the Micro.blog platform.",
"summary": "A Swift library for interacting with the Micro.blog platform",
"homepage": "https://github.com/microdotblog/snippets",
"authors": "Micro.blog",
"license": {
"type": "MIT"
},
"source": {
"git": "https://github.com/microdotblog/snippets.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"swift_versions": "5.0",
"dependencies": {
"UUSwift": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "Snippets/**/*.{h,m,swift}",
"ios": {
"frameworks": [
"UIKit",
"Foundation",
"UUSwift"
]
},
"osx": {
"frameworks": [
"CoreFoundation",
"UUSwift"
]
}
}
],
"swift_version": "5.0"
}