[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / d / 2 / 5 / MMCache / 0.1.2 / MMCache.podspec.json
bloba40114ccd90a598ad969fad40976de651c106c3b
2   "name": "MMCache",
3   "version": "0.1.2",
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.2"
20   },
21   "source_files": "Source/**/*.{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"