blob: 25415228b1a64e44302670279d4a4d7094b1f987 [file] [log] [blame]
{
"name": "Cent",
"version": "5.0.3",
"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": "5.0.3"
},
"source_files": "Sources/*.{h,swift}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"dependencies": {
"Dollar": [
"~> 5.2.0"
]
}
}