blob: 5e35efed35abec30e9c364e6079bf75f73863ad7 [file] [log] [blame]
{
"name": "CacheCore",
"version": "0.1.1",
"summary": "iOS Json 缓存框架",
"description": "基于iOS平台的JSon缓存框架",
"homepage": "https://github.com/Larrycal/CacheCore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Larrycal": "lyk82465@gmail.com"
},
"source": {
"git": "https://github.com/Larrycal/CacheCore.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "CacheCore/Classes/**/*",
"frameworks": "Foundation",
"dependencies": {
"Moya": [
"~> 11.0.0"
],
"ObjectMapper": [
"~> 3.1"
],
"FMDB": [
],
"CocoaAsyncSocket": [
]
}
}