blob: 835a82d9a56bd7f65f16c4d5d3c907728edcca9a [file] [log] [blame]
{
"name": "ArrayRemoveSwift",
"version": "1.0.0",
"license": "MIT",
"summary": "An extension to Swift's Array type to add remove functionality.",
"homepage": "https://github.com/ustwo/array-remove-swift",
"authors": {
"Shagun Madhikarmi": "shagun@ustwo.com"
},
"source": {
"git": "https://github.com/ustwo/array-remove-swift.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "8.3"
},
"source_files": "Sources/*.swift",
"requires_arc": true
}