blob: fc1db30ab937c5c1ae729df0e7c0fb0f67caeeaa [file] [log] [blame]
{
"name": "WeightedWordCloud",
"version": "0.1.0",
"summary": "A simple word cloud renderer in Objective-C.",
"description": " Renders word/tag clouds. Supports weighted words.\n No dependencies, works with app extensions and the Apple Watch (WatchKit).\n",
"homepage": "https://github.com/maciekish/WeightedWordCloud",
"screenshots": "https://raw.githubusercontent.com/maciekish/WeightedWordCloud/master/Screenshot.png",
"license": "MIT",
"authors": {
"Maciej Swic": "maciej@swic.name"
},
"source": {
"git": "https://github.com/maciekish/WeightedWordCloud.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/maciekish",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/**/*",
"public_header_files": "Classes/**/*.h"
}