blob: 0e449176efe7d0d7f2bf8ba20fc6b56e2e335589 [file] [log] [blame]
{
"name": "Stone",
"version": "0.0.1",
"summary": "A short description of Stone.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/linhay/Stone",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"linhey": "158179948@qq.com"
},
"source": {
"git": "https://github.com/linhay/Stone.git",
"tag": "0.0.1"
},
"swift_versions": [
"4.0",
"4.2",
"5.0",
"5.0"
],
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"source_files": [
"Sources/Stone/**/*",
"Sources/custom/**/**/*"
],
"swift_version": "5.0"
}