blob: 6c1492280f99fa6aa155d61e0dde770a71772d89 [file] [log] [blame]
{
"name": "SwiftSnippet",
"version": "0.3.4",
"summary": "some code snippet with namespace.",
"description": "some code snippet with namespace, some codes in cocoa, easy to use\"",
"homepage": "https://github.com/foxsin10/Snippet.git",
"license": "MIT",
"authors": {
"foxsin10": "fox_we10@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/foxsin10/Snippet.git",
"tag": "0.3.4"
},
"default_subspecs": "framework",
"swift_version": "4.2",
"requires_arc": true,
"subspecs": [
{
"name": "source",
"source_files": "Snippet/Snippet/**/*"
},
{
"name": "framework",
"ios": {
"vendored_frameworks": "Snippet_Products/0.3.4/*.framework"
}
}
]
}