blob: b1d6e878f3da425fbf406a4cb32eb6ec8431b2dc [file] [log] [blame]
{
"name": "PlayThis",
"version": "1.0.1",
"summary": "Sound playing and management",
"description": "PlayThis is a simple library used to play and loop sounds.",
"homepage": "https://github.com/mobilejazz/PlayThis",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Mobile Jazz": "info@mobilejazz.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"social_media_url": "http://twitter.com/mobilejazzcom",
"source": {
"git": "https://github.com/mobilejazz/PlayThis.git",
"tag": "1.0.1"
},
"source_files": [
"Source Code/*.{h,m}"
],
"frameworks": [
"Foundation",
"AVFoundation"
],
"dependencies": {
},
"requires_arc": true
}