blob: 5b0cacc00bdb397f2de5e4d6af19ae6ff13f9592 [file] [log] [blame]
{
"name": "ESLibrary",
"version": "1.0.7",
"summary": "A ESLibrary to use ourself",
"homepage": "https://github.com/eruntechsoftware/ESLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"信软科技": "eruntechsoftware@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/eruntechsoftware/ESLibrary.git",
"tag": "1.0.7"
},
"frameworks": [
"Foundation",
"UIKit"
],
"libraries": "sqlite3",
"dependencies": {
"MJRefresh": [
],
"Toast": [
"~> 3.0"
],
"ReactiveObjC": [
"~> 3.0.0"
],
"SDWebImage": [
"~>3.8"
]
},
"source_files": "ESLibrary/**/*.{h,m}",
"requires_arc": true
}