2 "name": "CPTWordCloud",
4 "summary": "Framework used to create a word cloud graphic from an input of string content.",
5 "description": "Framework used to create a word cloud graphic from an input of string content. Includes options for word rotation. The color and size of the words will vary based on the count of the word in the input text string and offer multiple algorithms for determining font sizing per word. You can define a single font for the cloud or go crazy and define an array of fonts to use randomly across the cloud. This project builds on some of the work originally done by Gal Niv https://github.com/galniv/WordCloud",
6 "homepage": "https://github.com/ChronicStim/CPTWordCloud",
12 "ChronicStim": "support@chronicstimulation.com"
15 "git": "https://github.com/ChronicStim/CPTWordCloud.git",
21 "source_files": "CPTWordCloud/Classes/**/*",
24 "CPTWordCloud/Assets/*.csv"
27 "public_header_files": "CPTWordCloud/Classes/**/*.h"