[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 2 / a / Finch / 1.0.3 / Finch.podspec.json
blobe37b71712b5bc2445f4d7eb837487288d098b7b4
2   "name": "Finch",
3   "version": "1.0.3",
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.3"
16   },
17   "platforms": {
18     "ios": null
19   },
20   "source_files": "Finch/**/*.{h,m}",
21   "exclude_files": "Finch/**/*Test*",
22   "frameworks": [
23     "OpenAL",
24     "AudioToolbox",
25     "AVFoundation"
26   ],
27   "requires_arc": true