blob: 72a9b34efb2a1d2d9209bf1a7d2bf4ea61415f74 [file] [log] [blame]
{
"name": "KGNoise",
"version": "1.2.1",
"summary": "Cocoa noise drawing code + a ready to go noise view.",
"homepage": "https://github.com/kgn/KGNoise",
"screenshots": "https://raw.github.com/kgn/KGNoise/master/screenshot.jpg",
"license": {
"type": "MIT",
"file": "license.txt"
},
"authors": {
"David Keegan": "git@davidkeegan.com"
},
"source": {
"git": "https://github.com/kgn/KGNoise.git",
"tag": "v1.2.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "KGNoise.{h,m}",
"requires_arc": true
}