blob: bc61e844414db3fe1c784d7df1887414a7dedb0c [file] [log] [blame]
{
"name": "DogeCoinKit",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DogeCoinKit": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"SwiftyJSON": [
"~> 2.3"
]
}
}