blob: 90b696c38b39741d833d3b71d3ccdc809d6ce74a [file] [log] [blame]
{
"name": "IceAndFireKit",
"version": "0.1.0",
"summary": "Simple library for easy access to AnApiOfIceAndFire.",
"description": "A Simple Swift implementation of interaction with the Api AnApiOfIceAndFire.\nRequestEngine and Models to get information from the API (https://anapioficeandfire.com) in an easily accesible way",
"homepage": "https://github.com/murphb52/IceAndFireKit",
"license": "MIT",
"authors": {
"Brian Murphy": "brianmartinmurphy@gmail.com"
},
"source": {
"git": "https://github.com/murphb52/IceAndFireKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"IceAndFireKit": [
"Pod/Assets/*.png"
]
}
}