[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / a / 2 / CPTWordCloud / 1.0.5 / CPTWordCloud.podspec.json
blob06f689f211baf346d8a75cb11c5a493cc2b8cb85
2   "name": "CPTWordCloud",
3   "version": "1.0.5",
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 several word rotation variations. 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. The example project gives a good demonstration of most of the major features and options. 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",
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": "1.0.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "CPTWordCloud/Classes/**/*",
22   "resource_bundles": {
23     "CPTWordCloud": [
24       "CPTWordCloud/Assets/*.csv",
25       "CPTWordCloud/Classes/*.xib"
26     ]
27   },
28   "public_header_files": "CPTWordCloud/Classes/**/*.h",
29   "frameworks": [
30     "UIKit",
31     "SpriteKit"
32   ]