[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 5 / 2 / b / MFResManager / 1.0.0 / MFResManager.podspec.json
blobc9b71138ab62135bd927b397033ab93f436a38ab
2   "name": "MFResManager",
3   "version": "1.0.0",
4   "summary": "MFResManager is a compact iOS utility library to access ressources in an application.",
5   "description": "MFResManager is a compact iOS Utility Library to access ressources in an application.\n\nMFResGetter:\n---------------\n- Access ressouces ( texts, images, videos .. ) in a safe way - avoiding the annoying NULL url exception.\n- Provide a log for missing resources and a mechanism to return a generic resource in replacement\n- Provide an imageNamed: method more powerful than the default one, that loads jpg,png and tifs\n\nMFKeyResGetter:\n---------------\n- Provides the same features than MFResGetter, but adds a localized media handling via a table of content\n\nMFKeyResFileLogger:\n---------------\n- Log to console, or files. This logger is used by the ResGetter classes, but can't be used individually",
6   "homepage": "https://github.com/moosefactory/MFResManager",
7   "license": "MIT",
8   "authors": {
9     "Tristan Leblanc": "tristan@moosefactory.eu"
10   },
11   "source": {
12     "git": "https://github.com/moosefactory/MFResManager.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/moosefactory_eu",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "frameworks": "SystemConfiguration",
21   "source_files": "MFResManager/*"