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