[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / d / c / ObjectAL-for-iPhone / 2.6.0 / ObjectAL-for-iPhone.podspec.json
blobc340c0fa865c7b1ae84d9a3a404abf339d7d2d0b
2   "name": "ObjectAL-for-iPhone",
3   "version": "2.6.0",
4   "license": {
5     "type": "MIT",
6     "file": "ObjectAL/LICENSE.ObjectAL.txt"
7   },
8   "summary": "Mac and iOS Audio, minus the headache.",
9   "homepage": "http://kstenerud.github.io/ObjectAL-for-iPhone/",
10   "authors": {
11     "Karl Stenerud": "kstenerud@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/kstenerud/ObjectAL-for-iPhone.git",
15     "tag": "2.6.0"
16   },
17   "source_files": "ObjectAL/ObjectAL/**/*.[chm]",
18   "public_header_files": "ObjectAL/ObjectAL/**/*.h",
19   "platforms": {
20     "ios": "4.3",
21     "osx": "10.6",
22     "tvos": "9.0"
23   },
24   "requires_arc": false,
25   "ios": {
26     "frameworks": [
27       "OpenAL",
28       "AudioToolbox",
29       "AVFoundation"
30     ]
31   }