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