blob: 525ecd85e01dae703bd52014da0beaa26662ecf0 [file] [log] [blame]
{
"name": "GMIRCClient",
"version": "0.1.0",
"summary": "GMIRCClient is a lightweight iOS IRC client, entirely written in Swift.",
"homepage": "https://github.com/eugenio79/GMIRCClient",
"license": "MIT",
"authors": {
"Giuseppe Morana aka Eugenio": "giuseppe.morana.79@gmail.com"
},
"source": {
"git": "https://github.com/eugenio79/GMIRCClient.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GMIRCClient": [
"Pod/Assets/*.png"
]
}
}