[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / d / 9 / DogeCoinKit / 0.1.2 / DogeCoinKit.podspec.json
blobbc61e844414db3fe1c784d7df1887414a7dedb0c
2   "name": "DogeCoinKit",
3   "version": "0.1.2",
4   "summary": "Incorporate DogeCoin values into your application",
5   "description": "This library helps you get the current value of DogeCoin\nin your native currency.",
6   "homepage": "https://github.com/tweakdeveloper/DogeCoinKit",
7   "license": "MIT",
8   "authors": {
9     "Nolan Clark": "tweakdeveloper@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/tweakdeveloper/DogeCoinKit.git",
13     "tag": "0.1.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DogeCoinKit": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "Alamofire": [
27       "~> 3.0"
28     ],
29     "SwiftyJSON": [
30       "~> 2.3"
31     ]
32   }