blob: e8b6aaa4b544c25bcc5d769fb25c661f40d6a399 [file] [log] [blame]
{
"name": "Pitchy",
"summary": "A simple way to get a music pitch from a frequency",
"version": "1.0.0",
"homepage": "https://github.com/vadymmarkov/Pitchy",
"license": "MIT",
"authors": {
"Vadym Markov": "markov.vadym@gmail.com"
},
"source": {
"git": "https://github.com/vadymmarkov/Pitchy.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/vadymmarkov",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"ios": {
"source_files": "Source/**/*"
},
"osx": {
"source_files": "Source/**/*"
},
"frameworks": "Foundation"
}