[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / c / b / DJHistoryHelper / 0.0.1 / DJHistoryHelper.podspec.json
blob91d9939c16829f73913138f8de96ab16616b76cf
2   "name": "DJHistoryHelper",
3   "version": "0.0.1",
4   "summary": "DJHistoryHelper supplies unitization of interface for iOS APP cache with sqlite、coredata and plist.",
5   "description": "DJHistoryHelper was used to supply unitization of interface for multiple cache ways.",
6   "homepage": "http://douzhongxu.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dokay": "dokay.dou@gmail.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/Dokay/DJHistoryHelper.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "Classes",
23     "DJComponentHistoryHelper/DJHistoryHelper/*.{h,m}"
24   ],
25   "public_header_files": "DJComponentHistoryHelper/DJHistoryHelper/*.h",
26   "requires_arc": true,
27   "libraries": "sqlite3"