[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / f / 4 / b / ECDataCache / 0.0.2 / ECDataCache.podspec.json
blob73af2aa3e29da68270f70d065038cc23cf20ffe2
2   "name": "ECDataCache",
3   "version": "0.0.2",
4   "summary": "A generic NSData cache for storing data to disk, which is backed by NSCache for in-memory data.",
5   "homepage": "https://github.com/educreations/ECDataCache",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": [
11     "Chris Streeter",
12     "chris@educreations.com"
13   ],
14   "source": {
15     "git": "https://github.com/educreations/ECDataCache.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source_files": "ECDataCache.{h,m}",
22   "frameworks": "UIKit",
23   "requires_arc": false