blob: 25c0e4477171837cb709643a940806eb6552d951 [file] [log] [blame]
{
"name": "HTTPCnergy",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HTTPCnergy": [
"Pod/Assets/*.png"
]
}
}