blob: 82e36c8ce498d9ac14c419f291f446be2e33a099 [file] [log] [blame]
{
"name": "SpringNew",
"version": "1.0.7",
"license": "MIT",
"summary": "A library to simplify iOS animations in Swift.",
"homepage": "https://github.com/nvngoc2409",
"authors": {
"Meng To": "meng@designcode.io"
},
"source": {
"git": "https://github.com/nvngoc2409/SpringNew.git",
"tag": "1.0.7"
},
"requires_arc": true,
"platforms": {
"ios": "9.0",
"tvos": "11.0"
},
"swift_versions": "5.4",
"source_files": "Spring/*.swift",
"ios": {
"resources": [
"Spring/*.xib",
"SpringApp/*.xcassets"
]
},
"tvos": {
"resources": [
"SpringApp/*.xcassets"
]
},
"swift_version": "5.4"
}