[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / f / a / Snake / 0.1.0 / Snake.podspec.json
blobbb7e6667c18dbd4775482360e04ba6fa204284b0
2   "name": "Snake",
3   "version": "0.1.0",
4   "summary": "Elegant approach to deal with AttributedString",
5   "description": "This repo providing an elegant approach to manipulate attributed string in swift. It is extremely painful for us deal with attributed string during iOS development. And I would like to provide a repo like ruby-syntax to make it easier.",
6   "homepage": "https://github.com/Draveness/Snake",
7   "license": "MIT",
8   "authors": {
9     "Draveness": "stark.draven@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Draveness/Snake.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Snake": [
22       "Pod/Assets/*.png"
23     ]
24   }