[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / b / 9 / Crotalus / 0.2.1 / Crotalus.podspec.json
blob99c79b0cec22e77af9c6fc02424f9cf27b334ee4
2   "name": "Crotalus",
3   "version": "0.2.1",
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/Crotalus",
7   "license": "MIT",
8   "authors": {
9     "Draveness": "stark.draven@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Draveness/Crotalus.git",
13     "tag": "0.2.1"
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   }