[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 0 / 4 / MGCacheManager / 1.0.3 / MGCacheManager.podspec.json
blobf9a582bb0cc9bf74683c1c2d94080ef7844b40b8
2   "name": "MGCacheManager",
3   "version": "1.0.3",
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.3"
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"