[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 2 / 5 / MMCache / 0.1 / MMCache.podspec.json
blob33c4015ae81e29d532391c2488f8ea769fd09f3c
2   "name": "MMCache",
3   "version": "0.1",
4   "summary": "App cache manager for swift 3",
5   "description": "This is MMCache. An app cache manager for swift 3",
6   "homepage": "https://github.com/MikotoZero/MMCache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MikotoZero": "ding3725371@hotmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/MikotoZero/MMCache.git",
19     "tag": "0.1"
20   },
21   "source_files": "Source/**/*.{h,swift}",
22   "resources": "Source/DataBase/*.xcdatamodeld",
23   "frameworks": "CoreData",
24   "requires_arc": true,
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "3.0"
27   },
28   "pushed_with_swift_version": "3.0"