blob: e2dc3a4015c0975fa14eab48c14501c34d845b0c [file] [log] [blame]
{
"name": "SnippetsFramework",
"module_name": "Snippets",
"version": "0.0.4",
"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": "0.0.4"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"swift_version": "4.0",
"dependencies": {
"UUSwift": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "Snippets/**/*.{h,m,swift}",
"ios": {
"frameworks": [
"UIKit",
"Foundation",
"UUSwift"
]
},
"osx": {
"frameworks": [
"CoreFoundation",
"UUSwift"
]
}
}
]
}