[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / e / f / 5 / Sparrow / 2.1 / Sparrow.podspec.json
blob7acac9a9ff462f8406c4b98aaa27d80e384fdbb5
2   "name": "Sparrow",
3   "version": "2.1",
4   "summary": "The Open Source Game Engine for iOS",
5   "description": "    Sparrow is a pure Objective-C library for game developers, built from ground up\n    for iOS. If you have already worked with Adobeā„¢ Flash or Starling, you will feel\n    right at home: Sparrow uses the same concepts and naming schemes.\n",
6   "homepage": "http://gamua.com/sparrow/",
7   "license": "Simplified BSD",
8   "authors": {
9     "Gamua": "http://gamua.com",
10     "Daniel Sperl": "https://twitter.com/PrimaryFeather",
11     "Robert Carone": "https://twitter.com/robcarone"
12   },
13   "social_media_url": "http://twitter.com/Gamua",
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/Gamua/Sparrow-Framework.git",
19     "tag": "v2.1"
20   },
21   "source_files": "sparrow/src/Classes/*.{h,m}",
22   "frameworks": [
23     "GLKit",
24     "OpenGLES",
25     "OpenAL",
26     "QuartzCore",
27     "AudioToolbox",
28     "AVFoundation"
29   ],
30   "libraries": "z",
31   "requires_arc": false