[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 7 / 1 / CCOgg / 1.3.3 / CCOgg.podspec.json
blobb488ebaed00718b659eb208f885fcecd548acbc3
2   "name": "CCOgg",
3   "version": "1.3.3",
4   "summary": "CCOgg, ogg The source for libogg.",
5   "description": "CCOgg, Ogg project codecs use the Ogg bitstream format to arrange the raw,\ncompressed bitstream into a more robust, useful form.  For example,\nthe Ogg bitstream makes seeking, time stamping and error recovery\npossible, as well as mixing several sepearate, concurrent media\nstreams into a single physical bitstream.",
6   "homepage": "https://github.com/ccworld1000/CCOgg",
7   "authors": {
8     "CC": "ccworld1000@gmail.com"
9   },
10   "social_media_url": "https://github.com/ccworld1000",
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.8"
14   },
15   "source": {
16     "git": "https://github.com/ccworld1000/CCOgg.git",
17     "tag": "1.3.3"
18   },
19   "source_files": [
20     "Classes",
21     "ogg/**/*.{h, c}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "public_header_files": "ogg/*.h",
25   "pod_target_xcconfig": {
26     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
27   }