blob: e744b2c96fe892537dd042d6cb9dfd728ab98616 [file] [log] [blame]
{
"name": "ESAdapter",
"version": "0.0.2",
"summary": "adapter for iOS",
"description": "improve efficiency for ios develop",
"homepage": "https://github.com/EverydayStep",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"codeLocker": "codeLockers@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/EverydayStep/ESAdapter.git",
"tag": "0.0.2"
},
"source_files": "ESAdapter/ESAdapter/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"ESCategory": [
"~> 0.1.4"
]
}
}