blob: 4c30ca0b31aeb9c623862b1120cccf4bf6751e1c [file] [log] [blame]
{
"name": "Cent",
"version": "7.0.0",
"summary": "Extension for common object types for Swift Language",
"homepage": "https://github.com/ankurp/Cent",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ankur Patel": "ankur.patel@ymail.com"
},
"source": {
"git": "https://github.com/ankurp/Cent.git",
"tag": "7.0.0"
},
"source_files": "Sources/*.{h,swift}",
"requires_arc": true,
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"dependencies": {
"Dollar": [
"~> 7.1.0"
]
}
}