[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 1 / 9 / ASCIIfy / 0.1.0 / ASCIIfy.podspec.json
blob6a571f9ad0d902aafb4bfb80af370507749995a0
2   "name": "ASCIIfy",
3   "version": "0.1.0",
4   "summary": "UIImage/NSImage to ASCII art",
5   "description": "Includes UIImage and NSImage extensions. String and image output available.",
6   "homepage": "https://github.com/nickswalker/ASCIIfy",
7   "license": "MIT",
8   "authors": {
9     "Nick Walker": "nick@nickwalker.us"
10   },
11   "source": {
12     "git": "https://github.com/nickswalker/ASCIIfy.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     "ASCIIfy": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "UIKit"