[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 0 / 4 / MGCacheManager / 1.0.2 / MGCacheManager.podspec.json
blob6d51c518e458982efbe51126dec8b65d62a3820e
2   "name": "MGCacheManager",
3   "version": "1.0.2",
4   "summary": "A tool to manage caches on disk, useful for API caching and NSEncoder classes instances caching.",
5   "description": "Caching is very important in order to speedup you application performace and to decrease API requests and load on your servers. MGCacheManager helps you handle most of caching cases. MGCacheManager is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile:",
6   "homepage": "https://github.com/Mortgy/MGCacheManager.git",
7   "authors": {
8     "Muhammed Mortgy": "m.mortgy@mortgy.com"
9   },
10   "source": {
11     "git": "https://github.com/Mortgy/MGCacheManager.git",
12     "tag": "1.0.2"
13   },
14   "license": {
15     "type": "MIT",
16     "file": "LICENSE"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "requires_arc": true,
22   "source_files": "MGCacheManager/MGCacheManager/*",
23   "public_header_files": "MGCacheManager/MGCacheManager/*.h"