[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 4 / b / ECDataCache / 0.0.4 / ECDataCache.podspec.json
blob8205928356d5de4ee494757f3222a3e4137db208
2   "name": "ECDataCache",
3   "version": "0.0.4",
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.4"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source_files": "ECDataCache.{h,m}",
22   "frameworks": "UIKit",
23   "requires_arc": false