blob: e340cab28a49510389e4b20446f39f345174c635 [file] [log] [blame]
{
"name": "Sparrow-Framework",
"version": "1.3",
"license": "Simplified BSD",
"summary": "Objective-C library inspired by Adobe™ Flash and Starling that was built from ground up for iPhone, iPad and iPod Touch.",
"description": "Sparrow is a pure Objective-C library that was built from ground up for iPhone, iPad and iPod Touch. If you have already worked with Adobe™ Flash or Starling, you will feel right at home: Sparrow uses the same concepts and naming schemes.",
"homepage": "http://gamua.com/sparrow/",
"authors": {
"Daniel Sperl": "https://twitter.com/PrimaryFeather",
"Holger Weissböck": "https://twitter.com/holgua",
"Gamua": "http://gamua.com/"
},
"source": {
"git": "https://github.com/PrimaryFeather/Sparrow-Framework.git",
"tag": "v1.3"
},
"platforms": {
"ios": null
},
"source_files": "sparrow/src/Classes/*.{h,m}",
"frameworks": [
"OpenGLES",
"OpenAL",
"QuartzCore",
"AudioToolbox",
"AVFoundation"
],
"libraries": "z",
"requires_arc": false
}