blob: 4b42614f28f62c55aad0338e877be3d5f44383fe [file] [log] [blame]
{
"name": "DogeCoinKit",
"version": "0.1.0",
"summary": "Incorporate DogeCoin values into your application",
"description": "This library helps you get the current value of DogeCoin\nin your native currency.",
"homepage": "https://github.com/tweakdeveloper/DogeCoinKit",
"license": "MIT",
"authors": {
"Nolan Clark": "tweakdeveloper@gmail.com"
},
"source": {
"git": "https://github.com/tweakdeveloper/DogeCoinKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DogeCoinKit": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"SwiftyJSON": [
"~> 2.3"
]
}
}