[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / f / a / 2 / CPTWordCloud / 0.1.0 / CPTWordCloud.podspec.json
blobd9c5fbff4d9158e7351086a6d8223665b3d63b1e
2   "name": "CPTWordCloud",
3   "version": "0.1.0",
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 and variable fonts per word. The color and size of the words will vary based on the count of the word in the input text string. Builds on some of the work originally done by Gal Niv https://github.com/galniv/WordCloud",
6   "homepage": "https://github.com/ChronicStim/CPTWordCloud",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ChronicStim": "support@chronicstimulation.com"
13   },
14   "source": {
15     "git": "https://github.com/ChronicStim/CPTWordCloud.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "CPTWordCloud/CPTWordCloud/Classes/**/*",
22   "public_header_files": "CPTWordCloud/CPTWordCloud/Classes/**/*.h"