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