[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / d / e / GPAC4iOS / 0.2.0 / GPAC4iOS.podspec.json
blobb74c138340750fa5d512abdb5b0277835c6bee84
2   "name": "GPAC4iOS",
3   "version": "0.2.0",
4   "summary": "GPAC4iOS is the libgpac library distributed as a Pod.",
5   "description": "      GPAC4iOS is the [libgpac library][1] packaged for iOS as a Pod. It is preconfigured and tested to do a single task: create a MP4 file from a raw H.264 and an audio track. \n      libgpac is an Open Source multimedia framework. The project covers different aspects of multimedia, with a focus on presentation technologies (graphics, animation and interactivity) and on multimedia packaging formats such as MP4.\n      \n      The packaged version of libgpac is 0.5.0 published on the 25/05/2012.\n\n      Source: http://gpac.wp.mines-telecom.fr/home/      \n",
6   "homepage": "http://gpac.wp.mines-telecom.fr/",
7   "license": "LGPL",
8   "authors": "GPAC",
9   "source": {
10     "git": "https://github.com/Keemotion/GPAC4iOS.git",
11     "tag": "0.2.0"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "requires_arc": true,
17   "libraries": "z",
18   "header_mappings_dir": "Classes/include",
19   "source_files": "Classes/**/*.{h,cpp,c}",
20   "xcconfig": {
21     "CLANG_ENABLE_MODULES": "NO"
22   }