blob: 2f49d3ef38a25d5837ef0f62d3437269c38d2d17 [file] [log] [blame]
{
"name": "LTExtension",
"version": "0.1.6",
"summary": "Swift Common Extension",
"description": "Swift Common Extension",
"homepage": "https://github.com/TopSkySir/LTExtension.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TopSkySir": "TopSkyComeOn@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/TopSkySir/LTExtension.git",
"tag": "0.1.6"
},
"swift_version": "4.0",
"subspecs": [
{
"name": "Foundation",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/Foundation/*.swift"
},
{
"name": "UIKit",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/UIKit/*.swift"
}
]
}