blob: ff9fdd719d4b084ab5d567ceddbf8018b139144a [file] [log] [blame]
{
"name": "Apodidae",
"version": "0.1.0",
"summary": "Dependency Injection framework for Protocol Oriented Programming",
"description": "Dependency Injection framework for Protocol Oriented Programming.\nAllows for Protocol based injection of both reference (`class`) and value (`struct`) types",
"homepage": "https://knightswhosaynil.github.io/Apodidae/",
"license": "Apache 2.0",
"authors": {
"Johnathan Raymond": "johnathan.raymond@knightswhosaynil.com"
},
"source": {
"git": "https://github.com/knightswhosaynil/Apodidae.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Apodidae": [
"Pod/Assets/*.png"
]
}
}