blob: c6e920a3dc4abf7b45798a025d11bea87476be5b [file] [log] [blame]
{
"name": "HTTPCnergy",
"version": "0.1.4",
"summary": "Provides managable coding principles to manage HTTP requests in your Swift code.",
"description": "A powerful HTTP resource loading library for iOS. This library forces you to organise your requests and response by separating it from your business logic.",
"homepage": "https://github.com/TheAppchemist/HTTPCnergyiOS",
"license": "MIT",
"authors": {
"Melvin Musehani": "info@appchemy.co.za"
},
"source": {
"git": "https://github.com/TheAppchemist/HTTPCnergyiOS.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HTTPCnergy": [
"Pod/Assets/*.png"
]
}
}