blob: 4ac27193598da0f64940eed5de18d076a18b2850 [file] [log] [blame]
{
"name": "Sparrow-Framework",
"version": "2.0rc",
"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/Gamua/Sparrow-Framework.git",
"tag": "v2.0rc"
},
"platforms": {
"ios": "5.0"
},
"source_files": "sparrow/src/Classes/*.{h,m}",
"exclude_files": "sparrow/src/Classes/SPPoolObject.{h,m}",
"frameworks": [
"GLKit",
"OpenGLES",
"OpenAL",
"QuartzCore",
"AudioToolbox",
"AVFoundation"
],
"libraries": "z",
"requires_arc": true,
"subspecs": [
{
"name": "no-arc",
"source_files": "sparrow/src/Classes/SPPoolObject.{h,m}",
"requires_arc": false
}
]
}