[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / 2 / a / Finch / 1.0.0 / Finch.podspec.json
blobf821ed7a5d3757b8539e8f9b6ca0b89bd5b7d231
2   "name": "Finch",
3   "version": "1.0.0",
4   "summary": "Simple, low-latency OpenAL sound engine for Apple iOS.",
5   "homepage": "https://github.com/zoul/Finch",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Tomáš Znamenáček": "tomas.znamenacek@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/zoul/Finch.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": null
19   },
20   "prefix_header_file": "Finch/Lib-Prefix.pch",
21   "source_files": "Finch/**/*.{h,m}",
22   "exclude_files": "Finch/**/*Test*",
23   "frameworks": [
24     "OpenAL",
25     "AudioToolbox",
26     "AVFoundation"
27   ],
28   "requires_arc": true