blob: 031ec0a702a2b31670dd10e71203f32dc20d7d75 [file] [log] [blame]
{
"name": "CacheCore",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "CacheCore/Classes/**/*",
"frameworks": "Foundation",
"dependencies": {
"Moya": [
"~> 11.0.0"
],
"ObjectMapper": [
"~> 3.1"
],
"FMDB": [
],
"CocoaAsyncSocket": [
]
}
}